added xlock command (I need it regularly)

This commit is contained in:
Anselm R. Garbe
2006-07-13 12:19:10 +02:00
parent 0a638a4caf
commit ce846e941b
4 changed files with 19 additions and 25 deletions

3
dwm.h
View File

@ -100,7 +100,8 @@ extern void lower(Client *c);
extern void ckill(void *aux);
extern void sel(void *aux);
extern void max(void *aux);
extern void toggle(void *aux);
extern void floating(void *aux);
extern void tiling(void *aux);
extern void gravitate(Client *c, Bool invert);
/* draw.c */