Extend the fullscreen command
Rather than just toggling the fullscreen modes, allow to set them directly with: fullscreen enable|toggle [global] fullscreen disable For compatibility, retain the previous command and its toggling behavior: fullscreen [global] fixes #1120
This commit is contained in:
@ -20,7 +20,7 @@ bindsym Mod1+h split h
|
||||
bindsym Mod1+v split v
|
||||
|
||||
# Fullscreen (Mod1+f)
|
||||
bindsym Mod1+f fullscreen
|
||||
bindsym Mod1+f fullscreen toggle
|
||||
|
||||
# Stacking (Mod1+s)
|
||||
bindsym Mod1+s layout stacking
|
||||
|
Reference in New Issue
Block a user