mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11:34 +01:00
Add non silent movetoworkspace keybind
This commit is contained in:
parent
43356b3b51
commit
a07d57f4c7
1 changed files with 3 additions and 0 deletions
|
|
@ -55,6 +55,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)}
|
||||
|
||||
# Scroll through workspaces
|
||||
bind = SUPER, mouse_down, workspace, e-1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue