I really need column growing, now pushing upstream
This commit is contained in:
parent
04f27a5438
commit
6499fc4f93
5 changed files with 27 additions and 0 deletions
1
dwm.h
1
dwm.h
|
@ -131,6 +131,7 @@ extern void dofloat(Arg *arg);
|
|||
extern void dotile(Arg *arg);
|
||||
extern void focusnext(Arg *arg);
|
||||
extern void focusprev(Arg *arg);
|
||||
extern void growcol(Arg *arg);
|
||||
extern Bool isvisible(Client *c);
|
||||
extern void restack();
|
||||
extern void togglemode(Arg *arg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue