also start i3bar in the keycode config template
This commit is contained in:
parent
784ab40cd1
commit
49400a2c0f
|
@ -145,3 +145,7 @@ mode "resize" {
|
||||||
}
|
}
|
||||||
|
|
||||||
bindcode $mod+27 mode "resize"
|
bindcode $mod+27 mode "resize"
|
||||||
|
|
||||||
|
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||||
|
# finds out, if available)
|
||||||
|
exec i3status | i3bar -d
|
||||||
|
|
Loading…
Reference in New Issue