all repos — dwm @ 0a668922a4de625d128a362d102844e33e36ae1c

my dwm build

another small optimisation
Anselm R Garbe garbeam@gmail.com
Tue, 18 Aug 2009 15:59:38 +0100
commit

0a668922a4de625d128a362d102844e33e36ae1c

parent

57629642321b9850edddf068ac9ddf8737979390

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

jump to
M dwm.cdwm.c

@@ -1236,7 +1236,7 @@ }

if(ev->atom == XA_WM_NAME || ev->atom == netatom[NetWMName]) { updatetitle(c); if(c == c->mon->sel) - drawbars(); + drawbar(c->mon); } } }