forked from extern/nix-config
hyprland: Enable workspace_back_and_forth
This fixes an issue where certain fullscreen xwayland applications would break when attempting to switch to the same workspace. Note that `bind = SUPER, grave, workspace, previous` may have also solved this issue, however it's currently broken on master.
This commit is contained in:
parent
fd077016b8
commit
b83d0fb0d7
4
home.nix
4
home.nix
@ -110,6 +110,10 @@
|
|||||||
accel_profile = flat
|
accel_profile = flat
|
||||||
}
|
}
|
||||||
|
|
||||||
|
binds {
|
||||||
|
workspace_back_and_forth = yes
|
||||||
|
}
|
||||||
|
|
||||||
bind = SUPER_SHIFT, Return, exec, kitty
|
bind = SUPER_SHIFT, Return, exec, kitty
|
||||||
bind = SUPER, Q, killactive,
|
bind = SUPER, Q, killactive,
|
||||||
bind = SUPER, P, exec, grim -g "$(slurp)"
|
bind = SUPER, P, exec, grim -g "$(slurp)"
|
||||||
|
Loading…
Reference in New Issue
Block a user