add fullscreen thingy
This commit is contained in:
parent
84cd0e93f6
commit
f0a2a260e0
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue