From fb69bfbff2286218424803f35c892f4058fa07e0 Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Sat, 28 Sep 2024 19:34:00 -0400 Subject: [PATCH] Remove swhks from autostart (use systemd user service instead) --- README.org | 1 - config.h | 1 - 2 files changed, 2 deletions(-) diff --git a/README.org b/README.org index 05195e7..9e0707d 100644 --- a/README.org +++ b/README.org @@ -282,7 +282,6 @@ static const char *const autostart[] = { "/usr/bin/bash", "/home/sravan/.azotebg", NULL, "/usr/bin/gammastep", "-x", NULL, /* Background Processes */ - "/usr/bin/swhks", 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 649c72d..f10e3ec 100644 --- a/config.h +++ b/config.h @@ -53,7 +53,6 @@ static const char *const autostart[] = { "/usr/bin/bash", "/home/sravan/.azotebg", NULL, "/usr/bin/gammastep", "-x", NULL, /* Background Processes */ - "/usr/bin/swhks", NULL, "/usr/libexec/polkit-gnome-authentication-agent-1", NULL, "/usr/bin/kdeconnectd", "--replace", NULL, "/usr/bin/bash", "/home/sravan/.scripts/dunst.sh", "--on", NULL,