comparison wm.c @ 27:f96fb3fd8203

added grid mode on Mod1Mask g
author Anselm R. Garbe <garbeam@wmii.de>
date Wed, 12 Jul 2006 16:00:51 +0200
parents e8f627998d6f
children 2e0fb4130bfb
comparison
equal deleted inserted replaced
26:e8f627998d6f 27:f96fb3fd8203
173 while(clients) 173 while(clients)
174 unmanage(clients); 174 unmanage(clients);
175 XSetInputFocus(dpy, PointerRoot, RevertToPointerRoot, CurrentTime); 175 XSetInputFocus(dpy, PointerRoot, RevertToPointerRoot, CurrentTime);
176 } 176 }
177 177
178 void
179 run(void *aux)
180 {
181 spawn(dpy, aux);
182 }
183
184 void
185 quit(void *aux)
186 {
187 running = False;
188 }
189
178 int 190 int
179 main(int argc, char *argv[]) 191 main(int argc, char *argv[])
180 { 192 {
181 int i; 193 int i;
182 XSetWindowAttributes wa; 194 XSetWindowAttributes wa;