Add global fullscreen mode
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user