Changed dmenu to spmenu for nametag

This commit is contained in:
Alexis Jhon Gaspar 2023-10-03 22:42:54 +08:00
parent 9657842f61
commit a6da49e003

View file

@ -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