coffeeispower / woomer

Zoomer application for Wayland inspired by tsoding's boomer
MIT License
103 stars 7 forks source link

Woomer only takes up a quarter of the screen #14

Closed NickMundel closed 2 weeks ago

NickMundel commented 3 weeks ago

I installed woomer via the AUR and also tried compiling it directly, however there seems to a bug regarding the fullscreen of application.

2024-10-25-095847_hyprshot

If you need any logs, just hit me up!

coffeeispower commented 2 weeks ago

Fun thing is i'm also using hyprland and i don't have that problem, although it is a older version of hyprland, it's 0.41 and since you're on arch linux you probably have the latest git commit installed. Might be a bug in newer hyprland versions so i probably recomend you try reporting it to hyprland it self because it's a regression. If they tell you I need to fix my app i will try to fix it.

NickMundel commented 2 weeks ago

I believe I tracked it down to Scaling, in the Hyprland config i set it higher than one, which caused the window to scale proportional to that value. So it actually comes down to Raylib. I'm working on a fix and keep you updated

NickMundel commented 2 weeks ago

I actually boiled it down to a scalling issue in Raylib. I'm working on a fix and if possible create a pull request