diff --git a/rsc/config/awesome/autostart.lua b/rsc/config/awesome/autostart.lua index 7bef767..b4b9b02 100644 --- a/rsc/config/awesome/autostart.lua +++ b/rsc/config/awesome/autostart.lua @@ -30,6 +30,7 @@ function autostart.exec(awful) ) awful.spawn.with_shell('dbus-daemon --session --address="unix:path=$XDG_RUNTIME_DIR/bus"') awful.spawn.with_shell("fcitx5 -d") + awful.spawn.with_shell("kdeconnect-indicator & kdeconnect-cli -l") awful.spawn.with_shell("picokontroller") awful.spawn.with_shell("systemctl --user restart nextcloud-client.service") awful.spawn.with_shell("systemctl --user start xremap")