From 0a0a8f788f68ea06961aabc314a39fcfa9e4de4a Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Sat, 28 Sep 2024 20:07:46 -0400 Subject: [PATCH] Remove flameshot from autostart (switching to swappy) --- README.org | 1 - config.h | 1 - 2 files changed, 2 deletions(-) diff --git a/README.org b/README.org index efd2ddb..01618b5 100644 --- a/README.org +++ b/README.org @@ -292,7 +292,6 @@ static const char *const autostart[] = { "/usr/bin/blueman-applet", NULL, "/usr/bin/nm-applet", NULL, "/usr/bin/kdeconnect-indicator", NULL, - "/usr/bin/flameshot", NULL, "/usr/bin/udiskie", "-a", "-n", "-s", NULL, /* GUI Applications */ "/usr/bin/nextcloud", NULL, diff --git a/config.h b/config.h index 678754b..c134ac2 100644 --- a/config.h +++ b/config.h @@ -63,7 +63,6 @@ static const char *const autostart[] = { "/usr/bin/blueman-applet", NULL, "/usr/bin/nm-applet", NULL, "/usr/bin/kdeconnect-indicator", NULL, - "/usr/bin/flameshot", NULL, "/usr/bin/udiskie", "-a", "-n", "-s", NULL, /* GUI Applications */ "/usr/bin/nextcloud", NULL,