diff --git a/awesome.c b/awesome.c index 4f8529522..ab7b90c97 100644 --- a/awesome.c +++ b/awesome.c @@ -228,6 +228,8 @@ main(int argc, char *argv[]) else eprint("options: [-v | -c configfile]\n"); } + /* Tag won't be printed otherwised */ + setlocale(LC_CTYPE, ""); /* X stuff */ if(!(dpy = XOpenDisplay(NULL)))