[herbstluftwm] Only launch the panel once
This commit is contained in:
parent
6fb61aac24
commit
e35635f9ef
1 changed files with 1 additions and 4 deletions
|
@ -186,7 +186,4 @@ hc set_monitors 2560x1418+0+22 1920x1080+2560+0
|
||||||
# find the panel
|
# find the panel
|
||||||
panel=~/.config/herbstluftwm/panel.sh
|
panel=~/.config/herbstluftwm/panel.sh
|
||||||
[ -x "$panel" ] || panel=/etc/xdg/herbstluftwm/panel.sh
|
[ -x "$panel" ] || panel=/etc/xdg/herbstluftwm/panel.sh
|
||||||
for monitor in $(hc list_monitors | cut -d: -f1) ; do
|
"$panel"
|
||||||
# start it on each monitor
|
|
||||||
"$panel" "$monitor" &
|
|
||||||
done
|
|
||||||
|
|
Loading…
Reference in a new issue