1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-11 13:50:48 -05:00

Set WM_NAME to simpleswitcher

This commit is contained in:
QC 2013-01-20 13:15:44 +01:00
parent 5d9a5c1c5d
commit 25d7ff8689

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