Remove panel-config

This commit is contained in:
Tom Willemse 2015-06-17 10:58:25 +02:00
parent 6cb0641a18
commit a12a5ed261

View file

@ -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