add fullscreen thingy

This commit is contained in:
Sakooooo 2023-07-22 23:02:34 +03:00
parent 84cd0e93f6
commit f0a2a260e0
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -107,6 +107,10 @@ device:epic-mouse-v1 {
sensitivity = -0.5 sensitivity = -0.5
} }
misc {
disable_hyprland_logo = true
}
# Example windowrule v1 # Example windowrule v1
# windowrule = float, ^(kitty)$ # windowrule = float, ^(kitty)$
# Example windowrule v2 # Example windowrule v2
@ -126,6 +130,7 @@ bind = $mainMod, V, togglefloating,
bind = $mainMod, SPACE, exec, wofi --show drun bind = $mainMod, SPACE, exec, wofi --show drun
bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, P, pseudo, # dwindle
bind = $mainMod, I, togglesplit, # dwindle bind = $mainMod, I, togglesplit, # dwindle
bind= $mainMod, F, fullscreen,
# Move focus with mainMod + vim binds # Move focus with mainMod + vim binds
bind = $mainMod, H, movefocus, l bind = $mainMod, H, movefocus, l