aboutsummaryrefslogtreecommitdiff
path: root/dwm/.config
diff options
context:
space:
mode:
Diffstat (limited to 'dwm/.config')
-rwxr-xr-xdwm/.config/dwm/autostart.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/dwm/.config/dwm/autostart.sh b/dwm/.config/dwm/autostart.sh
new file mode 100755
index 0000000..942b51f
--- /dev/null
+++ b/dwm/.config/dwm/autostart.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+echo "$(date) Running from DWM" > $XDG_CONFIG_HOME/dwm/log
+# Run the general autostart.sh script in Scripts/
+autostart.sh