mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-26 19:58:35 +02:00
rofi-mediaplayer: allow to quit with Super+Escape as well as Escape
This commit is contained in:
parent
f00dbb1fb4
commit
e1e30cc105
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue