little fix for clients in tabbed windows raising themselves
markt markt
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
src/Window.cc
→
src/Window.cc
@@ -2578,7 +2578,7 @@ switch (cr.detail) {
case Above: case TopIf: default: - setCurrentClient(*client, false); + setCurrentClient(*client, focused); raise(); break;