mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-06-29 20:20:41 +00:00
Fix autostart
This commit is contained in:
parent
8f5b8129f6
commit
a26a3c4c78
2 changed files with 4 additions and 3 deletions
|
@ -3,4 +3,5 @@
|
|||
# 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 "{}" \;
|
||||
|
||||
find $AUTOSTART_DIR -name "*.desktop" | xargs -I {} sh -c "~/.local/bin/scripts/deskopen {} &"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue