Add global fullscreen mode
This commit is contained in:
parent
40bda4d5bc
commit
3fa4b5a796
@ -3,6 +3,9 @@
|
||||
# toggle fullscreen mode for the focused container
|
||||
bindsym $mod+f fullscreen toggle
|
||||
|
||||
# toggle fullscreen mode for the focused container (spans across all monitors)
|
||||
bindsym $mod+Shift+f fullscreen toggle global
|
||||
|
||||
# toggle tiling / floating
|
||||
bindsym $mod+Shift+space floating toggle
|
||||
|
||||
|
@ -255,6 +255,8 @@ for_window [class="^telegram-desktop"] floating enable sticky enable
|
||||
# toggle fullscreen mode for the focused container
|
||||
bindsym $mod+f fullscreen toggle
|
||||
|
||||
bindsym $mod+Shift+f fullscreen toggle global
|
||||
|
||||
# toggle tiling / floating
|
||||
bindsym $mod+Shift+space floating toggle
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user