all repos — fluxbox @ b2957c60607573fdf8f2a57a82cc2c03f34f0b47

custom fork of the fluxbox windowmanager

when a client in a tabbed window asks to be raised, set it to the current client
markt markt
commit

b2957c60607573fdf8f2a57a82cc2c03f34f0b47

parent

bd3d8d5c8da9a1db58108c3b26257d7bb3d3139c

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

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

@@ -2602,6 +2602,7 @@ switch (cr.detail) {

case Above: case TopIf: default: + setCurrentClient(*client, false); raise(); break;