mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-05 14:42:01 -07:00
shadow keybinds on drag events
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user