shadow keybinds on drag events
This commit is contained in:
parent
a011c28227
commit
19cd04c85f
2 changed files with 4 additions and 2 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue