dwl

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

commit 7afe152c47de22ba974b85ef2bfa76490bb33a54
parent 1b87831e00181cfc83a5f6eb3d60b8a2d83ace8e
Author: Devin J. Pohly <djpohly@gmail.com>
Date:   Sun,  3 May 2020 11:38:34 -0500

add reminder comment

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

diff --git a/dwl.c b/dwl.c @@ -535,6 +535,7 @@ focusclient(Client *c, struct wlr_surface *surface, int lift) * simplification that can be done in this function */ prev_surface = seat->keyboard_state.focused_surface; /* Don't re-focus an already focused surface. */ + /* XXX need to move raiseclient before this */ if (prev_surface == surface) return; if (prev_surface) {