From 2f5ab0dbd1802b9fd57ff45fc43529b6b1466a89 Mon Sep 17 00:00:00 2001 From: ProsperousPotato Date: Sat, 9 Aug 2025 12:11:28 +0100 Subject: edit dmenu prompt text --- quicksearch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quicksearch.c b/quicksearch.c index 3d6b5a2..bd9b7d1 100755 --- a/quicksearch.c +++ b/quicksearch.c @@ -64,7 +64,7 @@ quicksearch(const Arg *arg) names[names_len - 1] = '\0'; char dmenu_cmd[256]; - snprintf(dmenu_cmd, sizeof(dmenu_cmd), "echo '%s' | dmenu -l 10 -i -p 'Switch to client:'", names); + snprintf(dmenu_cmd, sizeof(dmenu_cmd), "echo '%s' | dmenu -l 10 -i -p 'Find client:'", names); FILE *fp = popen(dmenu_cmd, "r"); if (!fp) { -- cgit v1.2.3