i3-companion: add an icon with the layout of the focused container

This commit is contained in:
Vincent Bernat 2021-08-03 15:55:45 +02:00
parent 318cc1e713
commit 41705ca492
3 changed files with 43 additions and 18 deletions

4
config
View file

@ -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