Add shortcut for fakefullscreen

This commit is contained in:
ItsDrike 2023-01-25 01:42:59 +01:00
parent e4b7eac1e3
commit edece87bbc
No known key found for this signature in database
GPG key ID: B014E761034AF742

View file

@ -215,6 +215,7 @@ bind = SUPER, W, killactive,
bind = SUPER, F, togglefloating,
bind = SUPER, Space, fullscreen, 0
bind = SUPER_SHIFT, Space, fullscreen, 1
bind = CTRL_SHIFT, Space, fakefullscreen,
bind = SUPER, P, exec, bash -c "if hyprctl activewindow | grep 'floating: 0'; then hyprctl dispatch togglefloating active; fi; hyprctl dispatch pin active"
bind = SUPER_SHIFT, P, pseudo,
bind = SUPER_SHIFT, S, togglesplit,