From 2fbfb9ead8dcab43baa704ac7c8f6bc9d6331b14 Mon Sep 17 00:00:00 2001 From: "Gu://em_" Date: Wed, 7 Jan 2026 11:20:39 +0100 Subject: [PATCH] fix: removed ssh-agent from startup programs since it seems useless and same with hyprpm which caused an info message to appear at each session startup --- .config/hypr/config/environment.conf | 2 +- .config/hypr/scripts/autostart.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/hypr/config/environment.conf b/.config/hypr/config/environment.conf index 2bfce6a..942ddd9 100644 --- a/.config/hypr/config/environment.conf +++ b/.config/hypr/config/environment.conf @@ -27,7 +27,7 @@ exec-once = wl-paste --type text --watch cliphist store # Stores only text data exec-once = wl-paste --type image --watch cliphist store # Stores only image data # SSH Agent -exec-once = ssh-agent +# exec-once = ssh-agent ############################# diff --git a/.config/hypr/scripts/autostart.sh b/.config/hypr/scripts/autostart.sh index 9c05f99..accbec3 100755 --- a/.config/hypr/scripts/autostart.sh +++ b/.config/hypr/scripts/autostart.sh @@ -5,7 +5,7 @@ # If you want to add your own applications you may rather want to use exec-once in the environment.conf file hyprpaper & -hyprpm reload -nn & +# hyprpm reload & albert & swaync & systemctl --user start hyprpolkitagent &