diff options
Diffstat (limited to 'ui.c')
| -rw-r--r-- | ui.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -106,8 +106,9 @@ ui_init(int argc, char **argv, UiOpts opt) None, argv, argc, &szhint); */ + /* does setting the urgency hint auto-focus in ctwm? */ XSetWMProperties(dsp, win, NULL, NULL, argv, argc, - &szhint, &(XWMHints) { .flags = InputHint, .input = 1 }, + &szhint, &(XWMHints) { .flags = InputHint | XUrgencyHint, .input = 1 }, &(XClassHint) { "xmenu", "xmenu" }); gc = XCreateGC(dsp, win, 0, 0); |
