trying a different configuration
This commit is contained in:
parent
e36929292e
commit
e995c1b532
5 changed files with 24 additions and 23 deletions
4
dwm.h
4
dwm.h
|
@ -68,8 +68,8 @@ struct Client {
|
|||
|
||||
extern const char *tags[];
|
||||
extern char stext[1024];
|
||||
extern int screen, sx, sy, sw, sh, bx, by, bw, bh, mw;
|
||||
extern unsigned int ntags, numlockmask, modew;
|
||||
extern int bx, by, bw, bh, bmw, mw, screen, sx, sy, sw, sh;
|
||||
extern unsigned int ntags, numlockmask;
|
||||
extern void (*handler[LASTEvent])(XEvent *);
|
||||
extern void (*arrange)(Arg *);
|
||||
extern Atom wmatom[WMLast], netatom[NetLast];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue