From ea46c39ad708e88c37e3082b9d04e6c08420e719 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Sat, 6 Feb 2021 18:23:17 -0500 Subject: dotfiles update, dwm update --- dwm/.config/dwm/autostart.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 dwm/.config/dwm/autostart.sh (limited to 'dwm/.config') 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 -- cgit v1.2.3