mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-19 07:19:59 -05:00
make overviewToggleReleaseInterrupt description clearer
This commit is contained in:
@@ -153,7 +153,7 @@ Scope {
|
|||||||
GlobalShortcut {
|
GlobalShortcut {
|
||||||
name: "overviewToggleReleaseInterrupt"
|
name: "overviewToggleReleaseInterrupt"
|
||||||
description: "Interrupts possibility of overview being toggled on release. " +
|
description: "Interrupts possibility of overview being toggled on release. " +
|
||||||
"This is necessary because onReleased triggers whether or not you press something else while holding the key. " +
|
"This is necessary because GlobalShortcut.onReleased in quickshell triggers whether or not you press something else while holding the key. " +
|
||||||
"To make sure this works consistently, use binditn = MODKEYS, catchall in an automatically triggered submap that includes everything."
|
"To make sure this works consistently, use binditn = MODKEYS, catchall in an automatically triggered submap that includes everything."
|
||||||
|
|
||||||
onPressed: {
|
onPressed: {
|
||||||
|
|||||||
Reference in New Issue
Block a user