From a12a5ed261a86adc13ec776feef679793567853a Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 17 Jun 2015 10:58:25 +0200 Subject: Remove panel-config --- herbstluftwm/.config/herbstluftwm/autostart | 8 -------- 1 file changed, 8 deletions(-) diff --git a/herbstluftwm/.config/herbstluftwm/autostart b/herbstluftwm/.config/herbstluftwm/autostart index 457a65d..bd55bb9 100755 --- a/herbstluftwm/.config/herbstluftwm/autostart +++ b/herbstluftwm/.config/herbstluftwm/autostart @@ -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 -- cgit v1.2.3-54-g00ecf