dotfiles/hyprland/.config/hypr/config.d/82-autostart-swww.conf

3 lines
117 B
Plaintext
Raw Normal View History

2024-08-29 01:15:27 -05:00
# vim: set ft=config:
2024-09-24 10:17:56 -05:00
exec-once = pgrep swww-daemon || { rm /run/user/$UID/swww.socket; swww-daemon --format xrgb; }