This commit is contained in:
committer@tuxwarrior
2026-05-26 07:09:36 -05:00
parent 37d90f9446
commit ab5c1d7b7d
+6 -1
View File
@@ -18,7 +18,7 @@ $menu = hyprlauncher
#################################################### ####################################################
exec-once = startup.sh 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 # install: hyprpm add https://github.com/outfoxxed/hy3
# update: hyprpm update # update: hyprpm update
# remove: hyprpm remove hy3 # remove: hyprpm remove hy3
# loads the plugin binary early, fixing the startup errors
#plugin = /var/cache/hyprpm/poq/hy3/hy3.so
plugin { plugin {
hy3 { hy3 {
# https://github.com/outfoxxed/hy3#config-fields # https://github.com/outfoxxed/hy3#config-fields
@@ -201,6 +205,7 @@ plugin {
} }
#################################################### ####################################################
### binds (keybindings) ### ### binds (keybindings) ###
#################################################### ####################################################