diff --git a/home/.config/xmonad/scripts/autostart.sh b/home/.config/xmonad/scripts/autostart.sh new file mode 100755 index 0000000..e3c515b --- /dev/null +++ b/home/.config/xmonad/scripts/autostart.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +# Automatically start the applications in $HOME/.config/autostart + +AUTOSTART_DIR="${XDG_CONFIG_HOME:-$HOME/.config}/autostart" + +find $AUTOSTART_DIR -name '*.desktop' -exec ~/.local/bin/scripts/deskopen {} +