]> git.rmz.io Git - dotfiles.git/commitdiff
awesome: spawn kdeconnect-indicator on startup
authorSamir Benmendil <me@rmz.io>
Fri, 6 Sep 2024 12:28:21 +0000 (13:28 +0100)
committerSamir Benmendil <me@rmz.io>
Fri, 6 Sep 2024 12:29:21 +0000 (13:29 +0100)
awesome/rc.lua
xprofile.d/99-applications.sh

index b60ab460fdd2a1bb29c197d0e7952777332177b1..9381277275c0b99e538deee2e21bdbb265cc2103 100644 (file)
@@ -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
index bd965d72a5d56609da94630fc9408e0f5c78fe22..229a9e63b5d3627f07f4255280c52b2c9556b860 100755 (executable)
@@ -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