shadow keybinds on drag events

This commit is contained in:
vaxerski
2022-07-21 19:44:34 +02:00
parent a011c28227
commit 19cd04c85f
2 changed files with 4 additions and 2 deletions

View File

@@ -117,6 +117,9 @@ void IHyprLayout::onBeginDragWindow() {
m_vLastDragXY = m_vBeginDragXY;
g_pHyprRenderer->damageWindow(DRAGGINGWINDOW);
// shadow to ignore any bound to MAIN_MOD
g_pKeybindManager->shadowKeybinds();
}
void IHyprLayout::onEndDragWindow() {