mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-23 17:29:57 -05:00
fix overview focus grab on init
This commit is contained in:
@@ -48,22 +48,6 @@ Scope {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Connections {
|
|
||||||
target: root
|
|
||||||
function onVisibleChanged() {
|
|
||||||
delayedGrabTimer.start()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
Timer {
|
|
||||||
id: delayedGrabTimer
|
|
||||||
interval: ConfigOptions.hacks.arbitraryRaceConditionDelay
|
|
||||||
repeat: false
|
|
||||||
onTriggered: {
|
|
||||||
grab.active = root.visible
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
width: columnLayout.width
|
width: columnLayout.width
|
||||||
height: columnLayout.height
|
height: columnLayout.height
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user