Add picoKontroller autostart to awesome
This commit is contained in:
parent
9a21734c30
commit
20475505d0
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue