all repos — fluxbox @ ab01fc56fddf6dffcc42e68402c981c192b5ac3e

custom fork of the fluxbox windowmanager

don't set focus to globally active windows
markt markt
commit

ab01fc56fddf6dffcc42e68402c981c192b5ac3e

parent

64813f62fde1345c0130cb70b72cfc00d7698283

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

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

@@ -168,8 +168,7 @@ }

bool WinClient::acceptsFocus() const { return (m_focus_mode == F_LOCALLYACTIVE || - m_focus_mode == F_PASSIVE || - m_focus_mode == F_GLOBALLYACTIVE && send_focus_message); + m_focus_mode == F_PASSIVE); } bool WinClient::sendFocus() {