~ruther/dwl

dc2399d105d41864f5524d4fa3c5be855486f3c2 — Rutherther 11 months ago 2b4893a patch/focus-empty-mon
feat: focus empty monitor when clicked
1 files changed, 1 insertions(+), 0 deletions(-)

M dwl.c
M dwl.c => dwl.c +1 -0
@@ 607,6 607,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;


Do not follow this link