hyprwm / Hypr

Hypr is a tiling window manager written in modern C++.
BSD 3-Clause "New" or "Revised" License
1.1k stars 33 forks source link

When the bar is disabled, fullscreen keybind lags #16

Closed xqft closed 2 years ago

xqft commented 2 years ago

Please describe the bug Whenever the bar is disabled, there's a big delay (which varies from seconds to minutes) between pressing the key bind for fullscreen and the actual 'fullscreening' of the window. Sometimes the action doesn't even seem to apply (or the delay is too big).

Steps to reproduce:

Expected behavior That the action will be performed at the same time the key is pressed.

Screenshots

Anything else? Log is cluttered with "Cairo is null but attempted to draw!", maybe that has something to do?

vaxerski commented 2 years ago

Oh shit that's my fault for sure alr. I'll look into that.

Edit: thanks for providing logs! Very useful!

Edit 2: The entire WM is ground to a halt. Not only fullscreening :)