diff options
| author | Kumar Damani <kdamani@kepler.space> | 2021-02-06 23:23:17 +0000 |
|---|---|---|
| committer | Kumar Damani <kdamani@kepler.space> | 2021-02-06 23:23:17 +0000 |
| commit | ea46c39ad708e88c37e3082b9d04e6c08420e719 (patch) | |
| tree | 7325770dbbeee62e54d7b166be335718f599dc43 /dwm/.config | |
| parent | 630731727a4c1a896c5ba16abca76a997a04402e (diff) | |
dotfiles update, dwm update
Diffstat (limited to 'dwm/.config')
| -rwxr-xr-x | dwm/.config/dwm/autostart.sh | 5 |
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 |
