all repos — fluxbox @ 2de7a0b8213c5245d3ba223d4d454a5b608fee95

custom fork of the fluxbox windowmanager

use auto-raise for attached window
markt markt
commit

2de7a0b8213c5245d3ba223d4d454a5b608fee95

parent

84ca1f2e2f82b66b417b8e25295e37cb07985f3d

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

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

@@ -2101,8 +2101,7 @@

if (focus != frame().focused()) frame().setFocus(focus); - if ((screen().focusControl().isMouseFocus()) - && screen().doAutoRaise()) { + if (screen().doAutoRaise()) { if (focused) m_timer.start(); else