From 005e99385ab4464716a472d3d117163bbecc8ced Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Thu, 29 May 2025 18:07:24 -0400 Subject: [PATCH] Remove gammastep-indicator from startup (using systemd service instead) --- README.org | 1 - hyprland.conf | 1 - 2 files changed, 2 deletions(-) diff --git a/README.org b/README.org index ea22df5..5766607 100644 --- a/README.org +++ b/README.org @@ -168,7 +168,6 @@ exec-once = uwsm app -- wpctl set-volume @DEFAULT_AUDIO_SINK@ 25% & exec-once = uwsm app -- blueman-applet & exec-once = uwsm app -- nm-applet & exec-once = uwsm app -- kdeconnect-indicator & -exec-once = uwsm app -- gammastep-indicator & exec-once = uwsm app -- udiskie -a -n -s & exec-once = uwsm app -- nextcloud & exec-once = uwsm app -- syncthing-gtk & diff --git a/hyprland.conf b/hyprland.conf index 4e53436..e037d1a 100644 --- a/hyprland.conf +++ b/hyprland.conf @@ -21,7 +21,6 @@ exec-once = uwsm app -- wpctl set-volume @DEFAULT_AUDIO_SINK@ 25% & exec-once = uwsm app -- blueman-applet & exec-once = uwsm app -- nm-applet & exec-once = uwsm app -- kdeconnect-indicator & -exec-once = uwsm app -- gammastep-indicator & exec-once = uwsm app -- udiskie -a -n -s & exec-once = uwsm app -- nextcloud & exec-once = uwsm app -- syncthing-gtk &