mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
grab root buttons click on first run
This commit is contained in:
parent
b497cd4a01
commit
7d4747155a
1 changed files with 3 additions and 0 deletions
|
@ -327,6 +327,9 @@ main(int argc, char *argv[])
|
|||
signal(SIGTERM, &exit_on_signal);
|
||||
signal(SIGHUP, &exit_on_signal);
|
||||
|
||||
/* call this to at least grab root window clicks */
|
||||
window_grabbuttons(DefaultScreen(dpy), None, False, True);
|
||||
|
||||
/* main event loop, also reads status text from socket */
|
||||
while(running)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue