i3-companion: partially revert layout indicator

Ideally, it should be per output, but then it is a bit complicated to
know which polybar is on which output. While this seems a cool hack to
have, I don't think that's really useful. Keeping some of
the (unrelated) changes.
This commit is contained in:
Vincent Bernat 2021-08-03 16:00:28 +02:00
parent 41705ca492
commit 7264c2ead5
3 changed files with 5 additions and 28 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; nop "layout-changed"
bindsym $mod+v split toggle; nop "layout-changed"
bindsym $mod+w layout toggle splitv splith tabbed
bindsym $mod+v split toggle
# toggle tiling / floating
bindsym $mod+Shift+space floating toggle