Add autostart script from ~/.config/autostart

This commit is contained in:
ItsDrike 2021-07-22 22:21:27 +02:00
parent fe61af8f62
commit 4988a0b970
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD

View file

@ -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 {} +