diff options
| author | Camil Staps | 2026-03-03 19:40:49 +0100 |
|---|---|---|
| committer | Camil Staps | 2026-03-03 19:40:49 +0100 |
| commit | b0adba1488d199e8be46be00096497aa75d9e480 (patch) | |
| tree | ba0ee0e6097b4935b1162b9e8491168c5e8e4bca /i3 | |
| parent | Update mimeapps (diff) | |
i3: remove stacked layout bindings; add sticky binding
Diffstat (limited to 'i3')
| -rw-r--r-- | i3/.i3/config | 7 |
1 files changed, 3 insertions, 4 deletions
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 |
