blob: b617c94faf729a35c823e3cc4e99ff6f8de45b53 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
profile Laptop {
output eDP-1 position 0,0 mode 1920x1080
exec sh -c "$HOME/.config/yambar/scripts/yambar-start.sh"
}
profile Dock {
output HDMI-A-1 position 0,0 mode 1920x1080
output eDP-1 position 1920,0 mode 1920x1080
exec sh -c "$HOME/.config/yambar/scripts/yambar-start.sh"
}
|