master
Daniel Napora 2022-11-10 18:56:41 +01:00
parent 2870f9726e
commit 57ecaebfb5
2 changed files with 3 additions and 2 deletions

View File

@ -319,7 +319,7 @@ out+=("^sep($TINT2_CONFIGURE)")
getvalues
qactions
out+=("$CONFIGURE <i>$TINT2</i>,tint2conf $TINT")
out+=("$EDIT_TINT2 <i>$TINT2</i>,xdg-open $TINT")
out+=("$EDIT_TINT2 <i>$TINT2</i>,geany $TINT")
fi

View File

@ -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")