dwl

My patch set and modifications to dwl
git clone git://git.ethandl.dev/dwl
Log | Files | Refs | README | LICENSE

commit 7d8c3ea3695de248aa1975def5839b0ffd34d198
parent 2db0a2e8ef57acceeb3331a312dc3388a1710b29
Author: Rutherther <rutherther@proton.me>
Date:   Tue,  7 May 2024 19:14:32 +0200

feat: focus empty monitor when clicked

Diffstat:
Mdwl.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/dwl.c b/dwl.c @@ -604,6 +604,7 @@ buttonpress(struct wl_listener *listener, void *data) switch (event->state) { case WLR_BUTTON_PRESSED: cursor_mode = CurPressed; + selmon = xytomon(cursor->x, cursor->y); if (locked) break;