From a6da49e0039278030e4b5bffa2cbbea405043dff Mon Sep 17 00:00:00 2001 From: Alexis Jhon Gaspar Date: Tue, 3 Oct 2023 22:42:54 +0800 Subject: [PATCH] Changed dmenu to spmenu for nametag --- dwm-flexipatch/config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwm-flexipatch/config.def.h b/dwm-flexipatch/config.def.h index 63b5f94..7abdcec 100644 --- a/dwm-flexipatch/config.def.h +++ b/dwm-flexipatch/config.def.h @@ -132,7 +132,7 @@ static const int ulineall = 0; /* 1 to show underline on all ta /* The command to run (via popen). This can be tailored by adding a prompt, passing other command * line arguments or providing name options. Optionally you can use other dmenu like alternatives * like rofi -dmenu. */ -#define NAMETAG_COMMAND "dmenu < /dev/null" +#define NAMETAG_COMMAND "spmenu < /dev/null" #endif // NAMETAG_PATCH #if ALT_TAB_PATCH