Add global fullscreen mode

This commit is contained in:
David Todd 2020-03-27 13:55:34 -05:00
parent 40bda4d5bc
commit 3fa4b5a796
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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