diff options
| author | 2026-07-12 23:26:57 -0700 | |
|---|---|---|
| committer | 2026-07-18 02:13:34 -0700 | |
| commit | 0daa852946be971218db923812c29dcda66e61fc (patch) | |
| tree | 6c4c8948147aa73d27d021f2d71b1c42f09cfa51 /sway | |
| parent | 771bfd7edcef54506ca84f2974931f668939854e (diff) | |
| download | new-dotfiles-0daa852946be971218db923812c29dcda66e61fc.tar.gz new-dotfiles-0daa852946be971218db923812c29dcda66e61fc.zip | |
sway: Add workspace bindings
Diffstat (limited to 'sway')
| -rw-r--r-- | sway/.config/sway/init.scm | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sway/.config/sway/init.scm b/sway/.config/sway/init.scm index 087f003..b11fc48 100644 --- a/sway/.config/sway/init.scm +++ b/sway/.config/sway/init.scm @@ -12,3 +12,14 @@ (sway-bindsym "Mod4+b" "focus left") (sway-bindsym "Mod4+p" "focus up") (sway-bindsym "Mod4+n" "focus down") + +(sway-bindsym "Mod4+1" "workspace number 1") +(sway-bindsym "Mod4+2" "workspace number 2") +(sway-bindsym "Mod4+3" "workspace number 3") +(sway-bindsym "Mod4+4" "workspace number 4") +(sway-bindsym "Mod4+5" "workspace number 5") +(sway-bindsym "Mod4+6" "workspace number 6") +(sway-bindsym "Mod4+7" "workspace number 7") +(sway-bindsym "Mod4+8" "workspace number 8") +(sway-bindsym "Mod4+9" "workspace number 9") +(sway-bindsym "Mod4+0" "workspace number 10") |
