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

This commit is contained in:
Gu://em_ 2026-01-07 11:20:39 +01:00
parent d8eb4351a2
commit 2fbfb9ead8
2 changed files with 2 additions and 2 deletions

View file

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

View file

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