mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-17 07:56:11 +01:00
dwm flexipatch
This commit is contained in:
14
dwm/.dwm/patch/focusmaster.c
Normal file
14
dwm/.dwm/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