From 3fa4b5a796f0a1f8ad31388fd390e4554ea1c1de Mon Sep 17 00:00:00 2001 From: David Todd Date: Fri, 27 Mar 2020 13:55:34 -0500 Subject: [PATCH] Add global fullscreen mode --- home/.config/i3/conf.d/layout-keybinds.conf | 3 +++ home/.config/i3/config | 2 ++ 2 files changed, 5 insertions(+) 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