dotfiles

my shiny new dotfiles
git clone git://git.jakekoroman.com/dotfiles
Log | Files | Refs | README

commit 42c3697c809425562daee5b538274400f9d58da1
parent 12373eea8278bc0e307a9962fb6f5c0f6d5b9f29
Author: Jake Koroman <jakekoroman@gmail.com>
Date:   Sat, 15 Jun 2024 19:40:27 -0400

focus follows window when tagged to other monitor.

Diffstat:
Mdwl/dwl.c | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dwl/dwl.c b/dwl/dwl.c @@ -3000,8 +3000,10 @@ void tagmon(const Arg *arg) { Client *sel = focustop(selmon); - if (sel) + if (sel) { setmon(sel, dirtomon(arg->i), 0); + focusmon(arg); + } } void