all repos — fluxbox @ 635f14e5c9cfe5fff46bc71da0b657f8a94bfc8d

custom fork of the fluxbox windowmanager

Do not protect focus while cycling

We've better things to do and the focus is moving around anyway
BUG: 1048
Thomas Lübking thomas.luebking@gmail.com
commit

635f14e5c9cfe5fff46bc71da0b657f8a94bfc8d

parent

2758485d356447fde88c20007e32cc006c1c6ef3

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M src/FocusControl.ccsrc/FocusControl.cc

@@ -600,6 +600,7 @@ }

} if (client && client != expectingFocus() && s_focused_window && + (!(screen && screen->focusControl().isCycling())) && ((s_focused_fbwindow->focusProtection() & Focus::Lock) || (client && client->fbwindow() && (client->fbwindow()->focusProtection() & Focus::Deny)))) { s_focused_window->focus();