diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/autostart.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/data/autostart.sh b/data/autostart.sh index 4c635202..ab542841 100644 --- a/data/autostart.sh +++ b/data/autostart.sh @@ -30,3 +30,10 @@ fi if which start_kdeinit >/dev/null; then LD_BIND_NOW=true start_kdeinit --new-startup +kcminit_startup & fi + +# Run XDG autostart things. By default don't run anything desktop-specific +# See xdg-autostart --help more info +DESKTOP_ENV="" +if which xdg-autostart; then + xdg-autostart $DESKTOP_ENV +fi |
