diff --git a/home/.config/i3/conf.d/layout-keybinds.conf b/home/.config/i3/conf.d/layout-keybinds.conf index 9ff4fac..598c0ed 100644 --- a/home/.config/i3/conf.d/layout-keybinds.conf +++ b/home/.config/i3/conf.d/layout-keybinds.conf @@ -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 diff --git a/home/.config/i3/config b/home/.config/i3/config index 54c2a2e..d9b85d0 100644 --- a/home/.config/i3/config +++ b/home/.config/i3/config @@ -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