From 5fad8f621213ea712b0cd14cc080a9bb314b2bdb Mon Sep 17 00:00:00 2001 From: "SilverAg.L" Date: Sun, 15 Feb 2026 00:22:22 +0800 Subject: [PATCH] Partial Revert "update fuzzel-*" This reverts commit 82b27d731345b7d67b35894fc66c3e7b6f83ccf6. --- bin/.fuzzel-vscode | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/.fuzzel-vscode b/bin/.fuzzel-vscode index 0dcb494..394c250 100755 --- a/bin/.fuzzel-vscode +++ b/bin/.fuzzel-vscode @@ -15,4 +15,4 @@ for item in $(ls $desktop); do done fsarg=$(echo -en "$options" | fuzzel --dmenu --prompt="Open with VSCode: Desktop/") -[ -z "$fsarg" ] || exec code "$desktop/$fsarg" +[ -z "$fsarg" ] || startb -- code "$desktop/$fsarg"