mirror of
https://github.com/hyprwm/hyprland-plugins.git
synced 2025-01-09 13:59:48 +01:00
parent
3cd8d37a5d
commit
7dc20bdf16
1 changed files with 2 additions and 0 deletions
|
@ -109,6 +109,8 @@ void CHyprBar::onMouseDown(SCallbackInfo& info, IPointer::SButtonEvent e) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
g_pCompositor->focusWindow(PWINDOW);
|
||||||
|
|
||||||
if (PWINDOW->m_bIsFloating)
|
if (PWINDOW->m_bIsFloating)
|
||||||
g_pCompositor->changeWindowZOrder(PWINDOW, true);
|
g_pCompositor->changeWindowZOrder(PWINDOW, true);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue