Compare commits

...

2 commits

View file

@ -123,7 +123,7 @@ static const int ulineall = 0; /* 1 to show underline on all ta
#if NAMETAG_PREPEND_PATCH #if NAMETAG_PREPEND_PATCH
/* The format in which the tag is written when named. E.g. %d: %.12s will write the tag number /* The format in which the tag is written when named. E.g. %d: %.12s will write the tag number
* followed the first 12 characters of the given string. You can also just use "%d: %s" here. */ * followed the first 12 characters of the given string. You can also just use "%d: %s" here. */
#define NAMETAG_FORMAT "%d: %.12s" #define NAMETAG_FORMAT "%d: %s"
#else #else
#define NAMETAG_FORMAT "%s" #define NAMETAG_FORMAT "%s"
#endif // NAMETAG_PREPEND_PATCH #endif // NAMETAG_PREPEND_PATCH
@ -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 /* 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 * line arguments or providing name options. Optionally you can use other dmenu like alternatives
* like rofi -dmenu. */ * like rofi -dmenu. */
#define NAMETAG_COMMAND "dmenu < /dev/null" #define NAMETAG_COMMAND "spmenu < /dev/null"
#endif // NAMETAG_PATCH #endif // NAMETAG_PATCH
#if ALT_TAB_PATCH #if ALT_TAB_PATCH