Added option to select primary display on tray_output
This commit is contained in:
committed by
Michael Stapelberg
parent
206b96202c
commit
9a58c1fcaa
@ -964,7 +964,7 @@ you can turn off the functionality entirely.
|
||||
|
||||
*Syntax*:
|
||||
-------------------------
|
||||
tray_output <none|output>
|
||||
tray_output <none|primary|output>
|
||||
-------------------------
|
||||
|
||||
*Example*:
|
||||
@ -974,12 +974,20 @@ bar {
|
||||
tray_output none
|
||||
}
|
||||
|
||||
# show tray icons on the primary monitor
|
||||
tray_output primary
|
||||
|
||||
# show tray icons on the big monitor
|
||||
bar {
|
||||
tray_output HDMI2
|
||||
}
|
||||
-------------------------
|
||||
|
||||
Note that you might not have a primary output configured yet. To do so, run:
|
||||
-------------------------
|
||||
xrandr --output <output> --primary
|
||||
-------------------------
|
||||
|
||||
=== Font
|
||||
|
||||
Specifies the font (again, X core font, not Xft, just like in i3) to be used in
|
||||
|
Reference in New Issue
Block a user