Also keybinds for both maximize and fullscreen

This commit is contained in:
ItsDrike 2022-11-17 16:30:11 +01:00
parent 0de04c9a62
commit 6ae5ef0f66
No known key found for this signature in database
GPG key ID: B014E761034AF742

View file

@ -200,7 +200,8 @@ bind = SUPER_SHIFT_CTRL, Print, exec, screenshot --notify --save $SCREENSHOT_FOR
# Active window
bind = SUPER, W, killactive,
bind = SUPER, F, togglefloating,
bind = SUPER, Space, fullscreen,
bind = SUPER, Space, fullscreen, 0
bind = SUPER_SHIFT, Space, fullscreen, 1
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, S, togglesplit,