misc update

This commit is contained in:
Bruno Carlin 2020-10-05 13:19:22 +02:00
parent beff711346
commit d6e546958e
10 changed files with 57 additions and 14 deletions

View file

@ -122,6 +122,9 @@ bindsym Mod4+7 workspace 7
bindsym Mod4+8 workspace 8
bindsym Mod4+9 workspace 9
bindsym Mod4+0 workspace 10
bindsym Mod4+Tab workspace next
bindsym Mod4+Sift+Tab workspace prev
bindsym Mod4+z workspace back_and_forth
# move focused container to workspace
bindsym Mod4+Shift+1 move container to workspace 1
@ -229,7 +232,8 @@ workspace_auto_back_and_forth yes
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
bar {
status_command i3status
#status_command i3status
status_command statusbar
tray_output primary
}