Added separate bar for xinerama-1 (the second, external screen)
This commit is contained in:
parent
a8410dabc5
commit
c3d516a7ab
1 changed files with 8 additions and 1 deletions
|
@ -200,9 +200,16 @@ bindsym $mod+r mode "resize"
|
||||||
# Start i3bar to display a workspace bar (plus the system information i3status
|
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||||
# finds out, if available)
|
# finds out, if available)
|
||||||
bar {
|
bar {
|
||||||
#output xinerama-0
|
output xinerama-0
|
||||||
tray_output xinerama-0
|
tray_output xinerama-0
|
||||||
status_command i3status
|
status_command i3status
|
||||||
position top
|
position top
|
||||||
}
|
}
|
||||||
|
bar {
|
||||||
|
output xinerama-1
|
||||||
|
mode hide
|
||||||
|
tray_output none
|
||||||
|
hidden_state hide
|
||||||
|
position top
|
||||||
|
}
|
||||||
exec startup.sh
|
exec startup.sh
|
||||||
|
|
Loading…
Reference in a new issue