From 49a0e554aceb965f9d912094f6472f26f6608da8 Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Tue, 4 Oct 2016 09:48:07 +0100 Subject: [PATCH] Add 'global fullscreen' key binding --- .config/i3/config | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/i3/config b/.config/i3/config index 5b3d582..c8e1cdb 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -28,6 +28,7 @@ bindsym $mod+h split h bindsym $mod+t split v # enter fullscreen mode for the focused container +bindsym $mod+Shift+f fullscreen toggle global bindsym $mod+f fullscreen toggle # change container layout (stacked, tabbed, toggle split)