forked from Shinonome/dots-hyprland
qs: handle toggles internally instead of relying on hyprctl dispatch global (#1745)
This commit is contained in:
@@ -90,7 +90,7 @@ RippleButton {
|
||||
|
||||
onClicked: {
|
||||
root.itemExecute()
|
||||
Hyprland.dispatch("global quickshell:overviewClose")
|
||||
GlobalStates.overviewOpen = false
|
||||
}
|
||||
Keys.onPressed: (event) => {
|
||||
if (event.key === Qt.Key_Return || event.key === Qt.Key_Enter) {
|
||||
|
||||
Reference in New Issue
Block a user