From 82b27d731345b7d67b35894fc66c3e7b6f83ccf6 Mon Sep 17 00:00:00 2001 From: "SilverAg.L" Date: Thu, 5 Feb 2026 23:49:05 +0800 Subject: [PATCH] update fuzzel-* --- bin/.fuzzel-startb | 2 +- bin/.fuzzel-vscode | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/.fuzzel-startb b/bin/.fuzzel-startb index f516418..7579e05 100755 --- a/bin/.fuzzel-startb +++ b/bin/.fuzzel-startb @@ -1,3 +1,3 @@ #!/bin/bash -option=$(fuzzel --dmenu --prompt-only="Command to execute: ") +option=$(fuzzel --dmenu --prompt-only="Run command: ") [ -z "$option" ] || startb -- $option diff --git a/bin/.fuzzel-vscode b/bin/.fuzzel-vscode index 394c250..0dcb494 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" ] || startb -- code "$desktop/$fsarg" +[ -z "$fsarg" ] || exec code "$desktop/$fsarg"