From 69d0290afdf32f0cda1ddf68e0cce47750494dae Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Thu, 20 Apr 2023 00:14:25 +0200 Subject: [PATCH] i3: Remove bindings for stacked and tabbed layout I never use these and always forget how to get back if I accidentally press their bindings. --- .config/i3/config | 2 -- 1 file changed, 2 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index f09e614..ca63048 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -60,8 +60,6 @@ bindsym $mod+Shift+v split horizontal bindsym $mod+f fullscreen toggle # change container layout (stacked, tabbed, toggle split) -bindsym $mod+s layout stacking -bindsym $mod+w layout tabbed bindsym $mod+e layout toggle split # toggle tiling / floating