hyprbars: focus on mouse down on the bar

fixes #259
This commit is contained in:
Vaxry 2024-12-25 16:12:12 +01:00
parent 3cd8d37a5d
commit 7dc20bdf16

View file

@ -109,6 +109,8 @@ void CHyprBar::onMouseDown(SCallbackInfo& info, IPointer::SButtonEvent e) {
return;
}
g_pCompositor->focusWindow(PWINDOW);
if (PWINDOW->m_bIsFloating)
g_pCompositor->changeWindowZOrder(PWINDOW, true);