From 119ffee024de8a36d7c43ab3099f3e43421a6ba6 Mon Sep 17 00:00:00 2001 From: aszlig Date: Sun, 20 Nov 2022 00:10:01 +0100 Subject: i3: Really add global fullscreen toggle My mind must have been in a weird state when I wrote 20bfcfe5dd3a5203cb58f489bc01ddd0729dea3e, because I just added yet another keybinding for the same *normal* fullscreen toggling key instead of actually using the "fullscreen toggle global". Signed-off-by: aszlig --- modules/user/aszlig/services/i3/i3.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/user/aszlig/services/i3/i3.conf b/modules/user/aszlig/services/i3/i3.conf index cea7f061..e3be7b23 100644 --- a/modules/user/aszlig/services/i3/i3.conf +++ b/modules/user/aszlig/services/i3/i3.conf @@ -58,10 +58,10 @@ bindsym $mod+i split h bindsym $mod+d split v # enter fullscreen mode for the focused container -bindsym $mod+f fullscreen +bindsym $mod+f fullscreen toggle # fullscreen across all heads -bindsym $mod+Shift+f fullscreen +bindsym $mod+Shift+f fullscreen toggle global # change container layout (stacked, tabbed, default) bindsym $mod+apostrophe layout stacking -- cgit 1.4.1