From e3712ddc034d5187cd93754876781aef12164ab6 Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Mon, 30 Aug 2021 21:15:45 -0700 Subject: Cleanup. --- herbstluftwm-autostart.org | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'herbstluftwm-autostart.org') diff --git a/herbstluftwm-autostart.org b/herbstluftwm-autostart.org index a13181f..8057097 100755 --- a/herbstluftwm-autostart.org +++ b/herbstluftwm-autostart.org @@ -414,7 +414,7 @@ First, we cancel all previously bound rules. ** Panel -So nice +So nice. ** TODO Vanilla shell panel @@ -438,7 +438,9 @@ So nice #+BEGIN_SRC shell killall xmobar - # xmobar & -#+END_SRC - + for monitor in $(hc list_monitors | cut -d: -f1) ; do + # start it on each monitor + xmobar & + done +#+END_SRC -- cgit v1.2.3