Closed Crandel closed 10 months ago
I also had issues installing this, my solution was to manually install CMake before adding the plugin with hyprpm, It is not installed as part of the "base-devel" package on Arch, but is required to build this project.
@xandayn After installing cmake I can install hy3
plugin. But after reboot I got error about hy3:movefocus
dispatcher.
How exactly enable this plugin before binds will be loaded? My current config is:
exec-once = hyprpm reload -n
plugin {
hy3 {
tab_first_window = true
tabs {
...
}
...
}
}
general {
...
layout = hy3
...
}
bind = $mMod, right, hy3:movefocus, r
bind = $mMod, left, hy3:movefocus, l
bind = $mMod, up, hy3:movefocus, u
bind = $mMod, down, hy3:movefocus, d
@xandayn After installing cmake I can install
hy3
plugin. But after reboot I got error abouthy3:movefocus
dispatcher.How exactly enable this plugin before binds will be loaded? My current config is:
exec-once = hyprpm reload -n plugin { hy3 { tab_first_window = true tabs { ... } ... } } general { ... layout = hy3 ... } bind = $mMod, right, hy3:movefocus, r bind = $mMod, left, hy3:movefocus, l bind = $mMod, up, hy3:movefocus, u bind = $mMod, down, hy3:movefocus, d
I actually also have this issue, but am unsure if this is actually an issue with hy3 or hyprpm, as a stop-gap while I tried to figure it out I just setup a keybind for hyprpm reload and I hit it after login which is good enough for me. You might want to open a new issue for it though, I don't have the time currently to look into it. It looks like there's already a PR here to fix this issue. #58
I have installed Hyprland yesterday on my Arch Linux machine after using Swaywm for last two years. And I'm missing tabbed layout from it in Hyprland. I tried to install
hy3
usinghyprpm
as was explained in README.System: Arch Linux Hyprland: 0.34.0-1