X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=spectrwm.c;h=09c7ede0b67b5bfc1e90cabcc7ea03567845a935;hb=ae4071ff80081b461c539001c45d6401adc732ca;hp=51f2f9a6ebf60811d5b6b4113a79320a35737500;hpb=98fcba2bdb01c5950e75ce37fba4a42ea88f8031;p=spectrwm.git diff --git a/spectrwm.c b/spectrwm.c index 51f2f9a..09c7ede 100644 --- a/spectrwm.c +++ b/spectrwm.c @@ -1472,7 +1472,7 @@ bar_fmt(char *fmtexp, char *fmtnew, struct swm_region *r, size_t sz) strlcat(fmtnew, " ", sz); if (window_name_enabled) - strlcat(fmtnew, "+W", sz); + strlcat(fmtnew, "+64W", sz); /* finally add the action script output and the version */ strlcat(fmtnew, " +A +V", sz);