Add picoKontroller autostart to awesome

This commit is contained in:
GHOSCHT 2024-03-22 13:48:08 +01:00
parent 9a21734c30
commit 20475505d0
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("picokontroller")
awful.spawn.with_shell("systemctl --user restart nextcloud-client.service")
awful.spawn.with_shell("systemctl --user start xremap")
awful.spawn.with_shell("signal-desktop --start-in-tray")