Set WM_NAME to simpleswitcher

This commit is contained in:
QC 2013-01-20 13:15:44 +01:00
parent 5d9a5c1c5d
commit 25d7ff8689
1 changed files with 3 additions and 0 deletions

View File

@ -589,6 +589,9 @@ int menu(char **lines, char **input, char *prompt, int selected, Time *time)
XSetWindowAttributes sattr; sattr.override_redirect = True;
XChangeWindowAttributes(display, box, CWOverrideRedirect, &sattr);
main_window = box;
// Set the WM_NAME
XStoreName(display, box, "simpleswitcher");
}
// search text input