Remove swhks from autostart (use systemd user service instead)

This commit is contained in:
Sravan Balaji
2024-09-28 19:34:00 -04:00
parent 8f3371bbbc
commit fb69bfbff2
2 changed files with 0 additions and 2 deletions

View File

@@ -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,

View File

@@ -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,