mirror of
git://git.suckless.org/dwm
synced 2025-07-26 09:42:11 -07:00
applied Sanders patches
This commit is contained in:
4
tag.c
4
tag.c
@@ -67,6 +67,8 @@ dofloat(Arg *arg)
|
||||
higher(sel);
|
||||
focus(sel);
|
||||
}
|
||||
else
|
||||
XSetInputFocus(dpy, root, RevertToPointerRoot, CurrentTime);
|
||||
}
|
||||
drawall();
|
||||
}
|
||||
@@ -130,6 +132,8 @@ dotile(Arg *arg)
|
||||
higher(sel);
|
||||
focus(sel);
|
||||
}
|
||||
else
|
||||
XSetInputFocus(dpy, root, RevertToPointerRoot, CurrentTime);
|
||||
}
|
||||
drawall();
|
||||
}
|
||||
|
Reference in New Issue
Block a user