aerc: archive flat, add close tab, and clarify open as xdg-open
This commit is contained in:
parent
0615306072
commit
eda812b1fa
1 changed files with 3 additions and 2 deletions
|
@ -313,11 +313,12 @@ programchoicesinit() {
|
||||||
elif echo "$WMNAME" | grep -i -w "aerc"; then
|
elif echo "$WMNAME" | grep -i -w "aerc"; then
|
||||||
#aerc
|
#aerc
|
||||||
CHOICES="
|
CHOICES="
|
||||||
$icon_pau Archive ^ 0 ^ typeenter ':archive'
|
$icon_pau Archive ^ 0 ^ typeenter ':archive flat'
|
||||||
$icon_nxt Next Tab ^ 0 ^ typeenter ':next-tab'
|
$icon_nxt Next Tab ^ 0 ^ typeenter ':next-tab'
|
||||||
$icon_prv Previous Tab ^ 0 ^ typeenter ':prev-tab'
|
$icon_prv Previous Tab ^ 0 ^ typeenter ':prev-tab'
|
||||||
|
$icon_cls Close Tab ^ 0 ^ typeenter ':close'
|
||||||
$icon_itm Next Part ^ 0 ^ typeenter ':next-part'
|
$icon_itm Next Part ^ 0 ^ typeenter ':next-part'
|
||||||
$icon_trm Open ^ 0 ^ typeenter ':open'
|
$icon_trm xdg-open Part ^ 0 ^ typeenter ':open'
|
||||||
"
|
"
|
||||||
WINNAME=aerc
|
WINNAME=aerc
|
||||||
elif echo "$WMNAME" | grep -i -E -w "(less|mless)"; then
|
elif echo "$WMNAME" | grep -i -E -w "(less|mless)"; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue