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:
parent
d8eb4351a2
commit
c544e05915
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
exec-once = wl-paste --type image --watch cliphist store # Stores only image data
|
||||||
|
|
||||||
# SSH Agent
|
# SSH Agent
|
||||||
exec-once = ssh-agent
|
# exec-once = ssh-agent
|
||||||
|
|
||||||
|
|
||||||
#############################
|
#############################
|
||||||
|
|
|
||||||
|
|
@ -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
|
# If you want to add your own applications you may rather want to use exec-once in the environment.conf file
|
||||||
|
|
||||||
hyprpaper &
|
hyprpaper &
|
||||||
hyprpm reload -nn &
|
# hyprpm reload &
|
||||||
albert &
|
albert &
|
||||||
swaync &
|
swaync &
|
||||||
systemctl --user start hyprpolkitagent &
|
systemctl --user start hyprpolkitagent &
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue