mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 19:51:34 +01:00
Improve formatting
This commit is contained in:
parent
b020faa8d2
commit
1844988bf2
1 changed files with 5 additions and 9 deletions
|
|
@ -48,10 +48,14 @@
|
|||
bind = SUPER SHIFT, M, movetoworkspace, special:minimize
|
||||
bind = SUPER SHIFT, M, togglespecialworkspace, minimize
|
||||
|
||||
# Switch workspace
|
||||
${lib.concatMapStringsSep "\n" (n: ''
|
||||
# Switch workspace
|
||||
bind = SUPER, ${toString n}, focusworkspaceoncurrentmonitor, ${toString n}
|
||||
bind = SUPER SHIFT, ${toString n}, movetoworkspacesilent, ${toString n}
|
||||
|
||||
# Escape special workspace
|
||||
bind = SUPER, ${toString n}, togglespecialworkspace, blank
|
||||
bind = SUPER, ${toString n}, togglespecialworkspace, blank
|
||||
'') (lib.range 1 9)}
|
||||
|
||||
# Scroll through workspaces
|
||||
|
|
@ -106,14 +110,6 @@
|
|||
bind = , Print, exec, grimblast --notify --freeze copysave output
|
||||
bind = SHIFT, Print, exec, grimblast --notify --freeze copysave area
|
||||
|
||||
# Escape special workspace
|
||||
${lib.concatMapStringsSep "\n" (n: "bind = SUPER, ${toString n}, togglespecialworkspace, blank") (
|
||||
lib.range 1 9
|
||||
)}
|
||||
${lib.concatMapStringsSep "\n" (n: "bind = SUPER, ${toString n}, togglespecialworkspace, blank") (
|
||||
lib.range 1 9
|
||||
)}
|
||||
|
||||
# Scratchpad workspace
|
||||
workspace = special:scratchpad, gapsout:30
|
||||
bind = SUPER , X, togglespecialworkspace, scratchpad
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue