aboutsummaryrefslogtreecommitdiffstats
path: root/cmst/.config
diff options
context:
space:
mode:
Diffstat (limited to 'cmst/.config')
-rwxr-xr-xcmst/.config/herbstluftwm/autostart.d/cmst.sh3
1 files changed, 3 insertions, 0 deletions
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 & }