dwm
dynamic window manager
git clone https://9o.is/git/dwm.git
commit fbd08a4b0bbc12827fee1f88a5a09421f952f09c parent 1b40bd044bade427e6c153e767ed0802252183da Author: Jul <jul@9o.is> Date: Fri, 20 Feb 2026 00:38:47 +0800 fix net active focus in deck layout Diffstat:
| M | dwm.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dwm.c b/dwm.c @@ -595,7 +595,7 @@ clientmessage(XEvent *e) const Arg a = {.ui = 1 << i}; view(&a); focus(c); - restack(selmon); + arrange(selmon); warpmouse(); } }