From 20475505d06cc11202895240e18fe4037072d81e Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Fri, 22 Mar 2024 13:48:08 +0100 Subject: [PATCH] Add picoKontroller autostart to awesome --- rsc/config/awesome/autostart.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/rsc/config/awesome/autostart.lua b/rsc/config/awesome/autostart.lua index 7482bf6..7bef767 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("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")