From 6c5f63c9ad63bbdd20dc3e6b76552e8722f121fd Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 23 Nov 2020 20:21:50 -0800 Subject: Add cmst configuration --- cmst/.config/herbstluftwm/autostart.d/cmst.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 cmst/.config/herbstluftwm/autostart.d/cmst.sh (limited to 'cmst') diff --git a/cmst/.config/herbstluftwm/autostart.d/cmst.sh b/cmst/.config/herbstluftwm/autostart.d/cmst.sh new file mode 100755 index 0000000..b082c0c --- /dev/null +++ b/cmst/.config/herbstluftwm/autostart.d/cmst.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env sh + +pgrep cmst || { cmst --minimized & } -- cgit v1.2.3-54-g00ecf