mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 04:53:54 -05:00
hyprland: added fullscreenbinding
This commit is contained in:
parent
f83e25fa00
commit
3027a5ffb4
|
@ -145,6 +145,9 @@ bind = $mainMod, R, exec, $menu
|
|||
bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod, J, togglesplit, # dwindle
|
||||
|
||||
# Fullscreen windows.
|
||||
bind=SUPER,F,fullscreen
|
||||
|
||||
# Move focus with mainMod + arrow keys
|
||||
bind = $mainMod, left, movefocus, l
|
||||
bind = $mainMod, right, movefocus, r
|
||||
|
|
Loading…
Reference in a new issue