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) ### ####################################################