Compare commits
3 Commits
8d8e9ceabc
...
767d05aae9
Author | SHA1 | Date | |
---|---|---|---|
767d05aae9 | |||
2d827a24dc | |||
a57acea205 |
@ -1,2 +1,2 @@
|
||||
# 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; }
|
||||
|
3
hyprland/.config/hypr/config.d/90-post.conf
Normal file
3
hyprland/.config/hypr/config.d/90-post.conf
Normal 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"
|
Loading…
Reference in New Issue
Block a user