throw in some output
This commit is contained in:
parent
00d74f3d61
commit
1aaac3dcf2
1 changed files with 2 additions and 1 deletions
|
@ -48,8 +48,9 @@ int main () {
|
|||
|
||||
XMapWindow(display, win);
|
||||
XFlush(display);
|
||||
sleep(2);
|
||||
sleep(1);
|
||||
|
||||
printf("urgent on\n");
|
||||
hint.flags = XUrgencyHint;
|
||||
XSetWMHints(display, win, &hint);
|
||||
XFlush(display);
|
||||
|
|
Loading…
Reference in a new issue