forked from Shinonome/dots-hyprland
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