[herbstluftwm] show polybar only on main screen
This commit is contained in:
parent
bab575ad66
commit
ed70a8411e
2 changed files with 2 additions and 2 deletions
|
@ -178,7 +178,7 @@ hc set tree_style '╾│ ├└╼─┐'
|
||||||
hc unlock
|
hc unlock
|
||||||
|
|
||||||
# do multi monitor setup here, e.g.:
|
# do multi monitor setup here, e.g.:
|
||||||
hc set_monitors 2560x1418+0+22 1920x1058+2560+22
|
hc set_monitors 2560x1418+0+22 1920x1080+2560+0
|
||||||
# or simply:
|
# or simply:
|
||||||
# hc detect_monitors
|
# hc detect_monitors
|
||||||
|
|
||||||
|
|
|
@ -53,7 +53,7 @@ purple = ${colors/gruvbox-dark.purple}
|
||||||
; #########################################################
|
; #########################################################
|
||||||
|
|
||||||
[bar/main]
|
[bar/main]
|
||||||
monitor = ${env:MONITOR:HDMI-1}
|
; pmonitor = ${env:MONITOR:HDMI-1}
|
||||||
width = 100%
|
width = 100%
|
||||||
height = 22
|
height = 22
|
||||||
offset-x = 0
|
offset-x = 0
|
||||||
|
|
Loading…
Reference in a new issue