Remove panel-config
This commit is contained in:
parent
6cb0641a18
commit
a12a5ed261
1 changed files with 0 additions and 8 deletions
|
@ -138,11 +138,3 @@ hc load 2 '(clients max:0)'
|
|||
hc focus_edge left
|
||||
|
||||
hc unlock
|
||||
|
||||
# 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