added xlock command (I need it regularly)
This commit is contained in:
parent
0a638a4caf
commit
ce846e941b
4 changed files with 19 additions and 25 deletions
3
dwm.h
3
dwm.h
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue