From 5b327938862451b8ffbf1b1adff91c6270af1d7a Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Sat, 28 Sep 2024 15:28:28 -0400 Subject: [PATCH] Add swhkd startup processes to autostart --- README.org | 2 ++ config.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.org b/README.org index efd2ddb..0f95cf2 100644 --- a/README.org +++ b/README.org @@ -282,6 +282,8 @@ static const char *const autostart[] = { "/usr/bin/bash", "/home/sravan/.azotebg", NULL, "/usr/bin/gammastep", "-x", NULL, /* Background Processes */ + "/usr/bin/swhks", NULL, + "/usr/bin/swhkd", NULL, "/usr/libexec/polkit-gnome-authentication-agent-1", NULL, "/usr/bin/kdeconnectd", "--replace", NULL, "/usr/bin/bash", "/home/sravan/.scripts/dunst.sh", "--on", NULL, diff --git a/config.h b/config.h index 678754b..16dd28b 100644 --- a/config.h +++ b/config.h @@ -53,6 +53,8 @@ static const char *const autostart[] = { "/usr/bin/bash", "/home/sravan/.azotebg", NULL, "/usr/bin/gammastep", "-x", NULL, /* Background Processes */ + "/usr/bin/swhks", NULL, + "/usr/bin/swhkd", NULL, "/usr/libexec/polkit-gnome-authentication-agent-1", NULL, "/usr/bin/kdeconnectd", "--replace", NULL, "/usr/bin/bash", "/home/sravan/.scripts/dunst.sh", "--on", NULL,