diff options
Diffstat (limited to 'bin/autostart')
-rwxr-xr-x | bin/autostart | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/autostart b/bin/autostart index 5580f74..da20f01 100755 --- a/bin/autostart +++ b/bin/autostart @@ -12,6 +12,8 @@ run_if_exists dunst run_if_exists udiskie -a -n -s --appindicator run_if_exists clipmenud run_if_exists lxqt-policykit-agent +run_if_exists /usr/lib/kdeconnectd +run_if_exists kdeconnect-indicator if [ "$XDG_SESSION_TYPE" = x11 ]; then run_if_exists "$HOME/.fehbg" |