disallow zoom on maximized clients
This commit is contained in:
parent
c53f0fca91
commit
b79b5facb1
4 changed files with 8 additions and 21 deletions
1
dwm.h
1
dwm.h
|
@ -91,7 +91,6 @@ extern Client *getctitle(Window w);
|
|||
extern void gravitate(Client *c, Bool invert);
|
||||
extern void higher(Client *c);
|
||||
extern void killclient(Arg *arg);
|
||||
extern void lower(Client *c);
|
||||
extern void manage(Window w, XWindowAttributes *wa);
|
||||
extern void resize(Client *c, Bool sizehints, Corner sticky);
|
||||
extern void setsize(Client *c);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue