Files
dotfiles/hyprland/.config/hypr/config.d/82-autostart-awww.conf
T
2026-05-08 16:45:17 -05:00

3 lines
143 B
Plaintext

# vim: set ft=hyprlang:
exec-once = pgrep -U $USER awww-daemon || { rm /run/user/$UID/wayland-1-awww-daemon.sock; awww-daemon --format argb; }