aboutsummaryrefslogtreecommitdiffstats
path: root/cmst
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-11-23 20:21:50 -0800
committerGravatar Tom Willemse2020-11-23 20:21:50 -0800
commit6c5f63c9ad63bbdd20dc3e6b76552e8722f121fd (patch)
treee0425966f14184b86c80a37e0e78e9839efd6094 /cmst
parent337b03e3e3a61e50d7b769a0973d6b26deb72a33 (diff)
downloadnew-dotfiles-6c5f63c9ad63bbdd20dc3e6b76552e8722f121fd.tar.gz
new-dotfiles-6c5f63c9ad63bbdd20dc3e6b76552e8722f121fd.zip
Add cmst configuration
Diffstat (limited to 'cmst')
-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 & }