applied dfenze cleanups, fixed some comments in dwm.h
This commit is contained in:
parent
c67dbb28e4
commit
ab3d6a7dfe
4 changed files with 20 additions and 21 deletions
3
event.c
3
event.c
|
@ -247,8 +247,7 @@ enternotify(XEvent *e) {
|
|||
focus(c);
|
||||
else if(ev->window == root) {
|
||||
selscreen = True;
|
||||
for(c = stack; c && !isvisible(c); c = c->snext);
|
||||
focus(c);
|
||||
focustopvisible();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue