about summary refs log tree commit diff
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2022-11-20 00:10:01 +0100
committeraszlig <aszlig@nix.build>2022-11-20 00:14:41 +0100
commit119ffee024de8a36d7c43ab3099f3e43421a6ba6 (patch)
tree19520661b299c83595b75afe59765904464be6a7
parent4513c1a391cbf2cca6c267a73ff477e1dd3848bf (diff)
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 <aszlig@nix.build>
-rw-r--r--modules/user/aszlig/services/i3/i3.conf4
1 files changed, 2 insertions, 2 deletions
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