mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-31 06:59:28 +02:00
i3-companion: add an icon with the layout of the focused container
This commit is contained in:
parent
318cc1e713
commit
41705ca492
3 changed files with 43 additions and 18 deletions
4
config
4
config
|
@ -73,8 +73,8 @@ bindsym $mod+f fullscreen toggle
|
|||
bindsym $mod+Shift+f fullscreen toggle global
|
||||
|
||||
# change container layout (tabbed, toggle split)
|
||||
bindsym $mod+w layout toggle splitv splith tabbed
|
||||
bindsym $mod+v split toggle
|
||||
bindsym $mod+w layout toggle splitv splith tabbed; nop "layout-changed"
|
||||
bindsym $mod+v split toggle; nop "layout-changed"
|
||||
|
||||
# toggle tiling / floating
|
||||
bindsym $mod+Shift+space floating toggle
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue