From e35635f9efab19c7c571c6b626cd02527faae612 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Wed, 26 Aug 2020 13:47:35 +0200 Subject: [PATCH] [herbstluftwm] Only launch the panel once --- herbstluftwm/autostart | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/herbstluftwm/autostart b/herbstluftwm/autostart index c0f30d5..eda60ce 100755 --- a/herbstluftwm/autostart +++ b/herbstluftwm/autostart @@ -186,7 +186,4 @@ hc set_monitors 2560x1418+0+22 1920x1080+2560+0 # find the panel panel=~/.config/herbstluftwm/panel.sh [ -x "$panel" ] || panel=/etc/xdg/herbstluftwm/panel.sh -for monitor in $(hc list_monitors | cut -d: -f1) ; do - # start it on each monitor - "$panel" "$monitor" & -done +"$panel"