mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 22:11:33 +01:00
Add second monitor
This commit is contained in:
parent
dfed3e9f53
commit
eb7250ae0a
3 changed files with 8 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue