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:
parent
5d9a5c1c5d
commit
25d7ff8689
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue