diff --git a/hyprland/.config/hypr/conf/autostart.conf b/hyprland/.config/hypr/conf/autostart.conf index b73735b..567b854 100644 --- a/hyprland/.config/hypr/conf/autostart.conf +++ b/hyprland/.config/hypr/conf/autostart.conf @@ -2,19 +2,19 @@ # Autostart # ----------------------------------------------------- -# Core components (authentication, lock screen, notification daemon) +# core components : +# exec-once = $scr_path/keyring-launch.sh exec-once = dbus-update-activation-environment --all exec-once = pipewire -exec-once = pipewire-pulse -# exec-once = $scr_path/keyring-launch.sh +# exec-once = pipewire-pulse exec-once = /usr/libexec/polkit-kde-authentication-agent-1 exec-once = $scr_path/dunst-launch.sh -# Wallpaper +# wallpaper : exec-once = swaybg -i ~/Wallpapers/macos.png # exec-once = swww init; swww kill; swww init # idk why tbh -# Status bar +# status bar : exec-once = sleep 1 && $scr_path/waybar-launch.sh # exec-once = eww daemon && eww open bar @@ -24,5 +24,5 @@ exec-once = sleep 1 && $scr_path/waybar-launch.sh # exec-once = wl-paste --watch cliphist store & -# Cursor +# cursor : exec-once = hyprctl setcursor Bibata-Modern-Ice 24 \ No newline at end of file