From: Samir Benmendil Date: Fri, 6 Sep 2024 12:28:21 +0000 (+0100) Subject: awesome: spawn kdeconnect-indicator on startup X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/1680869000cf1524b06f1fd5e17cce3f4990c0cc awesome: spawn kdeconnect-indicator on startup --- diff --git a/awesome/rc.lua b/awesome/rc.lua index b60ab46..9381277 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -70,6 +70,7 @@ root.keys(globalkeys) -- Autostart {{{1 local utils = require("utils") +awful.spawn.once("kdeconnect-indicator") -- This seems to not keep awesome as parent of these processes utils.spawn_terminal_once("ncmpcpp", { instance = "ncmpcpp" , tag = mediatag diff --git a/xprofile.d/99-applications.sh b/xprofile.d/99-applications.sh index bd965d7..229a9e6 100755 --- a/xprofile.d/99-applications.sh +++ b/xprofile.d/99-applications.sh @@ -10,6 +10,3 @@ fi picom & unclutter --timeout 1 & xcape -e "Control_L=Escape;Control_R=Escape" - -#TODO: -# add support for kdeconnect-indicator if it is installed