Compare commits

..

No commits in common. "767d05aae9d8084a69a79bf66ff58f4a04660da4" and "8d8e9ceabc03cc98d15329feb8bc193d88a99dbd" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View File

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

View File

@ -1,3 +0,0 @@
# 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"