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" },