cdown / dwm

Dynamic window manager for X (with extensive customisation)
MIT License
60 stars 11 forks source link

Avoid focus/unfocus blip #18

Closed cdown closed 2 years ago

cdown commented 2 years ago

Right now focus/unfocus border highlighting isn't smooth because we have a real delay between unfocus() and focus().

A good idea might be to only schedule removing the border on unfocus(), and really do it on changelover in focus(). Maybe the order should also be to paint the new border and only then unpaint the old one.

cdown commented 2 years ago

a2c9ab3135597fea9a5d04893df255b402c8d735