added context menu for aerc

Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>
master
Anjandev Momi 4 years ago committed by Maarten van Gompel
parent 13bdc0e415
commit 0615306072
  1. 10
      scripts/core/sxmo_appmenu.sh

@ -310,6 +310,16 @@ programchoicesinit() {
$icon_mnu St menu ^ 0 ^ sxmo_appmenu.sh st-256color
"
WINNAME=ncmpcpp
elif echo "$WMNAME" | grep -i -w "aerc"; then
#aerc
CHOICES="
$icon_pau Archive ^ 0 ^ typeenter ':archive'
$icon_nxt Next Tab ^ 0 ^ typeenter ':next-tab'
$icon_prv Previous Tab ^ 0 ^ typeenter ':prev-tab'
$icon_itm Next Part ^ 0 ^ typeenter ':next-part'
$icon_trm Open ^ 0 ^ typeenter ':open'
"
WINNAME=aerc
elif echo "$WMNAME" | grep -i -E -w "(less|mless)"; then
#less
CHOICES="

Loading…
Cancel
Save