From e1e30cc105eee7bcd9cf0d84b5e82a3e4a22ccbc Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 7 Jan 2022 23:29:56 +0100 Subject: [PATCH] rofi-mediaplayer: allow to quit with Super+Escape as well as Escape --- bin/rofi-mediaplayer | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/rofi-mediaplayer b/bin/rofi-mediaplayer index 997874c..ea94f76 100755 --- a/bin/rofi-mediaplayer +++ b/bin/rofi-mediaplayer @@ -12,7 +12,8 @@ if [ -z "${ROFI_OUTSIDE}" ]; then -kb-custom-4 Super+v \ -kb-custom-5 Super+b \ -kb-custom-6 Super+m \ - -kb-custom-7 Super+s + -kb-custom-7 Super+s \ + -kb-cancel Escape,Control+g,Super+Escape fi if [ $ROFI_RETV -ge 10 ] && [ $ROFI_RETV -le 28 ]; then