mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-05-18 23:30:44 +02:00
hyprland: Add fix for swapping between workspaces
See https://github.com/hyprwm/Hyprland/issues/2263
This commit is contained in:
parent
ec8a5c6d8c
commit
08bb2d0baf
2
home.nix
2
home.nix
@ -112,6 +112,7 @@
|
|||||||
|
|
||||||
binds {
|
binds {
|
||||||
workspace_back_and_forth = yes
|
workspace_back_and_forth = yes
|
||||||
|
allow_workspace_cycles = yes
|
||||||
}
|
}
|
||||||
|
|
||||||
bind = SUPER_SHIFT, Return, exec, kitty
|
bind = SUPER_SHIFT, Return, exec, kitty
|
||||||
@ -144,6 +145,7 @@
|
|||||||
bind = SUPER_SHIFT, H, splitratio, -0.05
|
bind = SUPER_SHIFT, H, splitratio, -0.05
|
||||||
bind = SUPER_SHIFT, L, splitratio, +0.05
|
bind = SUPER_SHIFT, L, splitratio, +0.05
|
||||||
|
|
||||||
|
bind = SUPER, grave, workspace, previous
|
||||||
bind = SUPER, 1, workspace, 1
|
bind = SUPER, 1, workspace, 1
|
||||||
bind = SUPER, 2, workspace, 2
|
bind = SUPER, 2, workspace, 2
|
||||||
bind = SUPER, 3, workspace, 3
|
bind = SUPER, 3, workspace, 3
|
||||||
|
Loading…
Reference in New Issue
Block a user