From 57ecaebfb5c1e47b1d421e66760f00f4328c50a5 Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Thu, 10 Nov 2022 18:56:41 +0100 Subject: [PATCH] update --- usr/bin/jgtint2-pipe | 2 +- usr/bin/mb-places | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/usr/bin/jgtint2-pipe b/usr/bin/jgtint2-pipe index 5c15f79..998672c 100755 --- a/usr/bin/jgtint2-pipe +++ b/usr/bin/jgtint2-pipe @@ -319,7 +319,7 @@ out+=("^sep($TINT2_CONFIGURE)") getvalues qactions out+=("$CONFIGURE $TINT2,tint2conf $TINT") - out+=("$EDIT_TINT2 $TINT2,xdg-open $TINT") + out+=("$EDIT_TINT2 $TINT2,geany $TINT") fi diff --git a/usr/bin/mb-places b/usr/bin/mb-places index f496ae1..2b1ecb1 100755 --- a/usr/bin/mb-places +++ b/usr/bin/mb-places @@ -56,6 +56,8 @@ out+=("^sep()") out+=("$EDIT $LABEL,xdg-open $PLACES,geany") out+=("^sep($FILETOOLS)") +out+=("PCManFM,pcmanfm,file-manager") +out+=("FSearch,fsearch,search") if hash doublecmd &>/dev/null; then out+=("Double Commander,doublecmd,doublecmd") @@ -63,7 +65,6 @@ else out2+=("$INST Double Commander,pamac-installer doublecmd-gtk2,package-manager-icon") fi -out+=("FSearch,fsearch,search") if hash qdirstat &>/dev/null; then out+=("QDirStat,qdirstat,qdirstat")