From e9b3d6c8fa652cc553dea44f9e29725014e627b0 Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Mon, 9 Feb 2026 09:36:47 +0100 Subject: [PATCH] mb-places cleanup --- usr/bin/mb-places | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/bin/mb-places b/usr/bin/mb-places index 8a07928..bbdb4cd 100755 --- a/usr/bin/mb-places +++ b/usr/bin/mb-places @@ -145,7 +145,7 @@ fi out+=("^sep($SETTINGS)") [[ $jgbrowser_show_hidden = false ]] && out+=(" $SHOW_HIDDEN,mb-setvar jgbrowser_show_hidden=true;mb-places -s") || out+=(" $SHOW_HIDDEN,mb-setvar jgbrowser_show_hidden=false;mb-places -s") -out+=(" $EDIT $LABEL,xdg-open $PLACES,geany") +#out+=(" $EDIT $LABEL,xdg-open $PLACES,geany") }