Don't try to start a panel
This commit is contained in:
parent
e639427d5b
commit
62d642f9be
1 changed files with 0 additions and 8 deletions
|
@ -159,11 +159,3 @@ herbstclient set tree_style '╾│ ├└╼─┐'
|
|||
# hc set_monitors 1280x1024+0+0 1280x1024+1280+0
|
||||
# or simply:
|
||||
# hc detect_monitors
|
||||
|
||||
# find the panel
|
||||
panel=~/.config/herbstluftwm/panel.sh
|
||||
[ -x "$panel" ] || panel=/etc/xdg/herbstluftwm/panel.sh
|
||||
for monitor in $(herbstclient list_monitors | cut -d: -f1) ; do
|
||||
# start it on each monitor
|
||||
"$panel" $monitor &
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue