mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Add autostart script from ~/.config/autostart
This commit is contained in:
parent
fe61af8f62
commit
4988a0b970
7
home/.config/xmonad/scripts/autostart.sh
Executable file
7
home/.config/xmonad/scripts/autostart.sh
Executable 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 {} +
|
Loading…
Reference in a new issue