Fix shit
This commit is contained in:
parent
767d05aae9
commit
f81ba8a211
@ -1,3 +1,2 @@
|
||||
# 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"
|
||||
exec-once = test -x "$HOME/.config/hypr/post.sh" && "$HOME/.config/hypr/post.sh"
|
||||
|
Loading…
Reference in New Issue
Block a user