From ab5c1d7b7d69e0388e0bbe62eeddb1d220c76f01 Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Tue, 26 May 2026 07:09:36 -0500 Subject: [PATCH] u --- dots/hyprland/hyprland.conf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dots/hyprland/hyprland.conf b/dots/hyprland/hyprland.conf index 6357c3c..0f498f3 100644 --- a/dots/hyprland/hyprland.conf +++ b/dots/hyprland/hyprland.conf @@ -18,7 +18,7 @@ $menu = hyprlauncher #################################################### exec-once = startup.sh -exec-once = sleep 2 && hyprpm update && hyprpm reload -n +exec-once = hyprpm update && hyprpm reload -n #################################################### @@ -194,6 +194,10 @@ misc { # install: hyprpm add https://github.com/outfoxxed/hy3 # update: hyprpm update # remove: hyprpm remove hy3 + +# loads the plugin binary early, fixing the startup errors +#plugin = /var/cache/hyprpm/poq/hy3/hy3.so + plugin { hy3 { # https://github.com/outfoxxed/hy3#config-fields @@ -201,6 +205,7 @@ plugin { } + #################################################### ### binds (keybindings) ### ####################################################