diff options
| -rw-r--r-- | ui.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -100,12 +100,6 @@ ui_init(int argc, char **argv, UiOpts opt) /* TODO: replace with modern XSetWMProperties */ - /* - char title[] = "xmenu"; - XSetStandardProperties(dsp, win, title, title, - None, argv, argc, &szhint); - */ - /* does setting the urgency hint auto-focus in ctwm? */ XSetWMProperties(dsp, win, NULL, NULL, argv, argc, &szhint, &(XWMHints) { .flags = InputHint | XUrgencyHint, .input = 1 }, |
