mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Fix autostarting desktop apps with spaces
This commit is contained in:
parent
09bf6478dc
commit
742f8f6382
|
@ -3,5 +3,4 @@
|
||||||
# Automatically start the applications in $HOME/.config/autostart
|
# Automatically start the applications in $HOME/.config/autostart
|
||||||
|
|
||||||
AUTOSTART_DIR="${XDG_CONFIG_HOME:-$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' -exec ~/.local/bin/scripts/deskopen {} +
|
|
||||||
|
|
Loading…
Reference in a new issue