Add second monitor

This commit is contained in:
SebastianStork 2024-06-09 13:26:59 +02:00
parent dfed3e9f53
commit eb7250ae0a
3 changed files with 8 additions and 10 deletions

View file

@ -49,15 +49,10 @@
bind = SUPER SHIFT, M, togglespecialworkspace, minimize
# Switch workspace
${lib.concatMapStringsSep "\n" (n: "bind = SUPER, ${toString n}, workspace, ${toString n}") (
lib.range 1 9
)}
${lib.concatMapStringsSep "\n" (
n: "bind = SUPER SHIFT, ${toString n}, movetoworkspacesilent, ${toString n}"
) (lib.range 1 9)}
${lib.concatMapStringsSep "\n" (
n: "bind = SUPER CONTROL, ${toString n}, movetoworkspace, ${toString n}"
) (lib.range 1 9)}
${lib.concatMapStringsSep "\n" (n: ''
bind = SUPER, ${toString n}, focusworkspaceoncurrentmonitor, ${toString n}
bind = SUPER SHIFT, ${toString n}, movetoworkspacesilent, ${toString n}
'') (lib.range 1 9)}
# Scroll through workspaces
bind = SUPER, mouse_down, workspace, e-1