diff options
author | Justine Smithies <justine@smithies.me.uk> | 2025-06-15 12:39:17 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2025-06-15 12:39:17 +0100 |
commit | fdb28dcb2b9295aae378af1f9a38a1520b3d5ef4 (patch) | |
tree | cfe6773bbc4a40448e280b7baad30f6221447705 /.config/kanshi | |
parent | b90ad8355b4b71ad328aba0943a62a123fb5b88d (diff) |
Updated for MaomaoWM
Diffstat (limited to '.config/kanshi')
-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 } |