Closed logexp1 closed 7 months ago
This version is old, it doesn't work with newer Hyprland versions. Use the @pyt0xic fork. What version of Hyprland do you use? hyprctl version
If it's older than 0.38.0 it won't work since there was a change in Hyprland header
location in the latest version so, you need to update Hyprland. If you do use 0.38.0:
hyprpm remove https://github.com/VortexCoyote/hyprfocus
hyprpm update
hyprpm add https://github.com/pyt0xic/hyprfocus -v
hyprpm enable hyprfocus
If it still doesn't work please, post the output of hyprpm add https://github.com/pyt0xic/hyprfocus -v
Also, you can add exec-once = hyprpm reload -n
to your Hyprland .config to ensure plugin load at start up. -n
shows notification if there's an error.
Version was 0.38.0. I followed your steps and it works this time. Thanks!
Here's output of
hyprpm add https://github.com/hyprwm/hyprland-plugins
and I did not give where it went wrong, so in order to do it again with -v option, I removed hyprfocus. But when I try to add again, it says repository already installed. -
Could not clone the plugin repository. Repository already installed.
When I
hyprpm list
hyprfocus does not show up.How can I resolve the issue? Thanks