mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-29 22:19:00 +02:00
hyprland: Add fix for swapping between workspaces
See https://github.com/hyprwm/Hyprland/issues/2263
This commit is contained in:
2
home.nix
2
home.nix
@ -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
|
||||
|
Reference in New Issue
Block a user