mirror of
https://github.com/eRgo35/dwm.git
synced 2025-12-16 13:46:11 +01:00
initial commit
This commit is contained in:
14
patch/focusmaster.c
Normal file
14
patch/focusmaster.c
Normal file
@@ -0,0 +1,14 @@
|
||||
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