From cf65fd8c9acd60106f7a0a5a96c87725dca2817b Mon Sep 17 00:00:00 2001 From: "Devin J. Pohly" Date: Sun, 3 May 2020 00:55:00 -0500 Subject: [PATCH] raise client on refocus Might revisit this later, but this currently seems like the right strategy. --- dwl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dwl.c b/dwl.c index 0f40a33..5d156e8 100644 --- a/dwl.c +++ b/dwl.c @@ -853,8 +853,8 @@ refocus(void) break; } } - /* XXX consider: should this ever? always? raise the client? */ - focusclient(c, NULL, 0); + /* XXX Perhaps reconsider whether to raise the client */ + focusclient(c, NULL, 1); } void