mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-31 06:59:28 +02:00
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:
parent
41705ca492
commit
7264c2ead5
3 changed files with 5 additions and 28 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; 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue