hyprland: Add fix for swapping between workspaces

See https://github.com/hyprwm/Hyprland/issues/2263
This commit is contained in:
Donovan Glover 2023-05-14 10:32:33 -04:00
parent ec8a5c6d8c
commit 08bb2d0baf
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -112,6 +112,7 @@
binds {
workspace_back_and_forth = yes
allow_workspace_cycles = yes
}
bind = SUPER_SHIFT, Return, exec, kitty
@ -144,6 +145,7 @@
bind = SUPER_SHIFT, H, splitratio, -0.05
bind = SUPER_SHIFT, L, splitratio, +0.05
bind = SUPER, grave, workspace, previous
bind = SUPER, 1, workspace, 1
bind = SUPER, 2, workspace, 2
bind = SUPER, 3, workspace, 3