Cleanup.

Commit
e3712ddc034d5187cd93754876781aef12164ab6
Author
Marius Peter <marius.peter@tutanota.com>
Author date
Committer
Marius Peter <marius.peter@tutanota.com>
Committer date
herbstluftwm-autostart.org
index a13181f8..8057097e 100755..100755
@@ -414,7 +414,7 @@
414 414
415 415 ** Panel
416 416
417 Removed: So nice
417 Added: So nice.
418 418
419 419
420 420 ** TODO Vanilla shell panel
@@ -438,7 +438,9 @@
438 438
439 439 #+BEGIN_SRC shell
440 440 killall xmobar
441 Removed: # xmobar &
442 Removed: #+END_SRC
443 441
444 Removed:
442 Added: for monitor in $(hc list_monitors | cut -d: -f1) ; do
443 Added: # start it on each monitor
444 Added: xmobar &
445 Added: done
446 Added: #+END_SRC