mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-18 00:18:19 +02:00
i3: give up on the tabbed mode
We can either get stacking ($mod+e) or tiling ($mod+w)
This commit is contained in:
parent
627cde02b5
commit
3806a661d9
1 changed files with 3 additions and 4 deletions
7
config
7
config
|
@ -83,10 +83,9 @@ bindsym $mod+Ctrl+$right resize grow width 10 px or 2 ppt
|
||||||
bindsym $mod+f fullscreen toggle
|
bindsym $mod+f fullscreen toggle
|
||||||
bindsym $mod+Shift+f fullscreen toggle global
|
bindsym $mod+Shift+f fullscreen toggle global
|
||||||
|
|
||||||
# change container layout (stacked, tabbed, toggle split)
|
# change container layout (stacked, toggle split)
|
||||||
bindsym $mod+s layout stacking
|
bindsym $mod+e layout stacking
|
||||||
bindsym $mod+w layout tabbed
|
bindsym $mod+w layout toggle split
|
||||||
bindsym $mod+e layout toggle split
|
|
||||||
|
|
||||||
# toggle tiling / floating
|
# toggle tiling / floating
|
||||||
bindsym $mod+Shift+space floating toggle
|
bindsym $mod+Shift+space floating toggle
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue