From afbb55170d2ebc687c9fa7a4c7ccda370b71d162 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Fri, 8 Jan 2021 22:26:53 +0100 Subject: [PATCH] Set default dmenu prompt --- .suckless/dmenu/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.suckless/dmenu/config.h b/.suckless/dmenu/config.h index a7f836e..10e58b4 100644 --- a/.suckless/dmenu/config.h +++ b/.suckless/dmenu/config.h @@ -8,7 +8,7 @@ static int min_width = 500; /* minimum width when centered */ static const char *fonts[] = { "Iosevka Term SS08:size=14" }; -static const char *prompt = NULL; /* -p option; prompt to the left of input field */ +static const char *prompt = "❭ "; /* -p option; prompt to the left of input field */ static const char *colors[SchemeLast][2] = { /* fg bg */ [SchemeNorm] = { "#555555", "#111111" },