[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
|
||||
|
||||
# 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:
|
||||
# hc detect_monitors
|
||||
|
||||
|
|
|
@ -53,7 +53,7 @@ purple = ${colors/gruvbox-dark.purple}
|
|||
; #########################################################
|
||||
|
||||
[bar/main]
|
||||
monitor = ${env:MONITOR:HDMI-1}
|
||||
; pmonitor = ${env:MONITOR:HDMI-1}
|
||||
width = 100%
|
||||
height = 22
|
||||
offset-x = 0
|
||||
|
|
Loading…
Reference in a new issue