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 &