outfoxxed
outfoxxed
Alright let me know if its not just a hyprland issue
I can test once you have a way for me to add plugin settings. Normal workflow does not work without hy3.
@fufexan can't get meson to work, also tried putting hyprland and hyprland.dev in shell inputs ``` Run-time dependency hyprlang found: NO (tried pkgconfig and cmake) src/meson.build:14:4: ERROR: Dependency "hyprlang" not...
Adding config variables via HyprlandAPI is segfaulting. Fairly sure I'm using it correctly from reading the mr. ```cpp #define CONF(NAME, TYPE, VALUE) \ HyprlandAPI::addConfigValue(PHANDLE, "plugin:hy3:" NAME, Hyprlang::CConfigValue((Hyprlang::TYPE) VALUE)) // general...
Removed the do while and fixed the fallback cairo texture having the wrong size
Open via keybind, 5120x1440, no panels. Have already talked to vaxry about it.
There are some issues with this patch: 1. if an existing shell changes from none to exclusive the window does not release the mouse 2. if an existing shell changes...
#1 is fixed, #2 is not. Additionally it broke making selections in slurp (bugs out all over the place) and I had to click my disable button 3 times (which...
Note: rolled back to 300d77edd9833db42c999a91271ae23a5be69ef2 so the patch would apply
was fixed by #6394