Add autostart of kde connect to awesome

This commit is contained in:
GHOSCHT 2024-03-22 13:48:17 +01:00
parent 20475505d0
commit 23e41b0447
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82

View file

@ -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")