From b0adba1488d199e8be46be00096497aa75d9e480 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Tue, 3 Mar 2026 19:40:49 +0100 Subject: i3: remove stacked layout bindings; add sticky binding --- i3/.i3/config | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'i3/.i3/config') diff --git a/i3/.i3/config b/i3/.i3/config index 5fc70c7..fe75f42 100644 --- a/i3/.i3/config +++ b/i3/.i3/config @@ -91,12 +91,11 @@ bindsym $mod+Down move workspace to output up bindsym $mod+h split h bindsym $mod+v split v -# change container layout / fullscreen / floating-tiling -bindsym $mod+f fullscreen -bindsym $mod+s layout stacking +# change container layout / floating-tiling / stickiness bindsym $mod+w layout tabbed bindsym $mod+e layout toggle split -bindsym $mod+Shift+space floating toggle +bindsym $mod+f floating toggle +bindsym $mod+s sticky toggle # switch to workspace bindsym $mod+1 workspace 1 -- cgit v1.2.3