added grid mode on Mod1Mask g

This commit is contained in:
Anselm R. Garbe
2006-07-12 16:00:51 +02:00
parent dfd84f9bf3
commit 4641aa2925
7 changed files with 97 additions and 66 deletions

12
wm.c
View File

@ -175,6 +175,18 @@ cleanup()
XSetInputFocus(dpy, PointerRoot, RevertToPointerRoot, CurrentTime);
}
void
run(void *aux)
{
spawn(dpy, aux);
}
void
quit(void *aux)
{
running = False;
}
int
main(int argc, char *argv[])
{