Compare commits

...

3 Commits

Author SHA1 Message Date
767d05aae9 Quote more vars 2024-09-20 19:20:15 -05:00
2d827a24dc Add post script 2024-09-20 19:19:32 -05:00
a57acea205 Add more intelligent swww-daemon startup 2024-09-20 19:12:19 -05:00
2 changed files with 4 additions and 1 deletions

View File

@ -1,2 +1,2 @@
# vim: set ft=config: # vim: set ft=config:
exec-once = swww-daemon --format xrgb exec-once = pgrep swww-daemon || { rm /run/user/$UID/swww.socket && swww-daemon --format xrgb; }

View File

@ -0,0 +1,3 @@
# vim: set ft=config:
exec-once = pgrep swww-daemon || { rm "/run/user/$UID/swww.socket" && swww-daemon --format xrgb; }
exec-once = [ -f "$HOME/.config/hypr/post.sh" ] && "$HOME/.config/hypr/post.sh"