sane-input-handler: fix power_hold -> power_tap_1_hold when inhibited by rofi

This commit is contained in:
Colin 2024-04-22 06:27:33 +00:00
parent b4653b20a2
commit 9cbe774c5a

View File

@ -215,7 +215,7 @@ dispatchOn() {
dispatchInhibited() {
case "$action" in
"power_hold")
"power_tap_1_hold")
# power hold: escape hatch in case rofi has hung
handleWith killall -9 rofi
;;