dont unshade windows when they get focus
This commit is contained in:
parent
8e38989ee8
commit
d18f6a4b55
1 changed files with 0 additions and 2 deletions
|
@ -722,8 +722,6 @@ void Blackbox::process_event(XEvent *e) {
|
|||
|
||||
if (win->isIconic())
|
||||
win->deiconify(False, True);
|
||||
if (win->isShaded())
|
||||
win->shade();
|
||||
if (win->getWorkspaceNumber() != screen->getCurrentWorkspaceID())
|
||||
screen->changeWorkspaceID(win->getWorkspaceNumber());
|
||||
if (win->isVisible() && win->setInputFocus()) {
|
||||
|
|
Loading…
Reference in a new issue