diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/kanshi/config | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/.config/kanshi/config b/.config/kanshi/config index 8b8b3cf..c3d9fdb 100644 --- a/.config/kanshi/config +++ b/.config/kanshi/config @@ -1,10 +1,9 @@ profile Laptop { - output eDP-1 position 0,0 mode 1920x1080 - exec sh -c "$HOME/.config/eww/scripts/start.sh" + output eDP-1 position 0,0 mode 1920x1080 } profile Dock { - output HDMI-A-1 position 0,0 mode 1920x1080 - output eDP-1 position 1920,0 mode 1920x1080 - exec sh -c "$HOME/.config/eww/scripts/start.sh" + output HDMI-A-1 position 0,0 mode 1920x1080 + output eDP-1 position 1920,0 mode 1920x1080 + exec mmsg -d focusmon,HDMI-A-1 } |