From 0d3867dc790a3d0a73faf3b7554377fa05c22401 Mon Sep 17 00:00:00 2001 From: retrozinndev Date: Sun, 16 Feb 2025 19:29:26 -0300 Subject: [PATCH] hypr(autostart): use discord stable instead of vesktop --- hypr/autostart.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/hypr/autostart.conf b/hypr/autostart.conf index ecb02b0..3a41e48 100644 --- a/hypr/autostart.conf +++ b/hypr/autostart.conf @@ -4,8 +4,9 @@ ############### # Services/Daemons -exec-once = systemctl enable --user --now hyprpolkitagent.service +exec-once = systemctl enable --user --now hyprpolkitagent exec-once = systemctl enable --user --now hypridle +exec-once = systemctl enable --user --now gnome-keyring-daemon exec-once = wl-paste --type text --watch cliphist store exec-once = wl-paste --type image --watch cliphist store @@ -20,5 +21,5 @@ exec-once = sh $HOME/.config/hypr/scripts/night-light-check.sh exec-once = ags run --log-file $HOME/ags.log # Apps -exec-once = /bin/vesktop --start-minimized -exec-once = /bin/steam -silent +exec-once = discord --start-minimized +exec-once = steam -silent