Adding focusmaster patch
This commit is contained in:
13
patch/focusmaster.c
Normal file
13
patch/focusmaster.c
Normal file
@ -0,0 +1,13 @@
|
||||
void
|
||||
focusmaster(const Arg *arg)
|
||||
{
|
||||
Client *c;
|
||||
|
||||
if (selmon->nmaster < 1)
|
||||
return;
|
||||
|
||||
c = nexttiled(selmon->clients);
|
||||
|
||||
if (c)
|
||||
focus(c);
|
||||
}
|
Reference in New Issue
Block a user