From e88d31afd7cd64e3bd07bf2e831ea8e0a5b6733e Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Sun, 9 Aug 2026 02:24:08 -0500 Subject: [PATCH] Simplify --- hyprland/.config/hypr/config.d/82-autostart-awww.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hyprland/.config/hypr/config.d/82-autostart-awww.conf b/hyprland/.config/hypr/config.d/82-autostart-awww.conf index f746bcc9..ce0c8c06 100644 --- a/hyprland/.config/hypr/config.d/82-autostart-awww.conf +++ b/hyprland/.config/hypr/config.d/82-autostart-awww.conf @@ -1,2 +1,3 @@ # vim: set ft=hyprlang: -exec-once = pgrep -U $USER awww-daemon || { rm /run/user/$UID/wayland-1-awww-daemon.sock; awww-daemon --format argb; } +#exec-once = pgrep -U $USER awww-daemon || { rm /run/user/$UID/wayland-1-awww-daemon.sock; awww-daemon --format argb; } +exec-once = swww-daemon