renamed resizecol into resizemaster
This commit is contained in:
parent
2cce4b95cd
commit
4b5b3d90af
4 changed files with 6 additions and 6 deletions
2
dwm.h
2
dwm.h
|
@ -161,7 +161,7 @@ extern void dotile(void); /* arranges all windows tiled */
|
|||
extern void focusnext(Arg *arg); /* focuses next visible client, arg is ignored */
|
||||
extern void focusprev(Arg *arg); /* focuses previous visible client, arg is ignored */
|
||||
extern Bool isvisible(Client *c); /* returns True if client is visible */
|
||||
extern void resizecol(Arg *arg); /* resizes the master percent with arg's index value */
|
||||
extern void resizemaster(Arg *arg); /* resizes the master percent with arg's index value */
|
||||
extern void restack(void); /* restores z layers of all clients */
|
||||
extern void togglemode(Arg *arg); /* toggles global arrange function (dotile/dofloat) */
|
||||
extern void toggleview(Arg *arg); /* toggles the tag with arg's index (in)visible */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue