summaryrefslogtreecommitdiffstats
path: root/herbstluftwm
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-06-17 10:58:25 +0200
committerGravatar Tom Willemse2015-06-17 10:58:25 +0200
commita12a5ed261a86adc13ec776feef679793567853a (patch)
treecb78ad50c81ace074b50d3bc013ef96913ca1314 /herbstluftwm
parent6cb0641a18963ce52a1202467387aad0031727b2 (diff)
downloaddotfiles-a12a5ed261a86adc13ec776feef679793567853a.tar.gz
dotfiles-a12a5ed261a86adc13ec776feef679793567853a.zip
Remove panel-config
Diffstat (limited to 'herbstluftwm')
-rwxr-xr-xherbstluftwm/.config/herbstluftwm/autostart8
1 files changed, 0 insertions, 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