all repos — dwm @ 90f3238301c85ffad459cb871d70ebea569ecbb3

my dwm build

added kludge to fix some input focus misbehavior in gedit and anjuta, thanks Martti Kühne
anselm@garbe.us unknown
Sun, 15 Apr 2012 11:41:18 +0200
commit

90f3238301c85ffad459cb871d70ebea569ecbb3

parent

3bfc43c3d01d710c4828d75a8a5a9b910ee90dff

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M dwm.cdwm.c

@@ -884,7 +884,8 @@ if(!mons->next)

return; if((m = dirtomon(arg->i)) == selmon) return; - unfocus(selmon->sel, True); + unfocus(selmon->sel, False); /* s/True/False/ fixes input focus issues + in gedit and anjuta */ selmon = m; focus(NULL); }