diff options
| -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 |
