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

3 lines
117 B
Plaintext
Raw Normal View History

2024-11-05 20:50:29 -06:00
# vim: set ft=config:
exec-once = pgrep swww-daemon || { rm /run/user/$UID/swww.socket; swww-daemon --format xrgb; }