diff options
Diffstat (limited to '.config/kanshi/config')
-rw-r--r-- | .config/kanshi/config | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/kanshi/config b/.config/kanshi/config new file mode 100644 index 0000000..8b8b3cf --- /dev/null +++ b/.config/kanshi/config @@ -0,0 +1,10 @@ +profile Laptop { + output eDP-1 position 0,0 mode 1920x1080 + exec sh -c "$HOME/.config/eww/scripts/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/eww/scripts/start.sh" +} |