From 2d827a24dcc8f7e01b0b6c0a779684d16c9530af Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Fri, 20 Sep 2024 19:19:32 -0500 Subject: [PATCH] Add post script --- hyprland/.config/hypr/config.d/90-post.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 hyprland/.config/hypr/config.d/90-post.conf diff --git a/hyprland/.config/hypr/config.d/90-post.conf b/hyprland/.config/hypr/config.d/90-post.conf new file mode 100644 index 00000000..878739c4 --- /dev/null +++ b/hyprland/.config/hypr/config.d/90-post.conf @@ -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"