diff options
| author | 2026-07-12 23:26:57 -0700 | |
|---|---|---|
| committer | 2026-08-26 23:04:25 -0700 | |
| commit | d88b8557aa5eb0c0c42c733081d75c35a4ff038e (patch) | |
| tree | 7be3b65796debc4d4f74078db15979fb0c5c9be1 /sway | |
| parent | 826aea5998003db3798ed9d7c239f2898dd492c0 (diff) | |
| download | new-dotfiles-d88b8557aa5eb0c0c42c733081d75c35a4ff038e.tar.gz new-dotfiles-d88b8557aa5eb0c0c42c733081d75c35a4ff038e.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") |
