avahe-kellenberger / nimdow

A window manager written in Nim (In Development)
GNU General Public License v2.0
317 stars 19 forks source link

Use a Pixmap for the status bar rendering #204

Open avahe-kellenberger opened 2 years ago

avahe-kellenberger commented 2 years ago

See: XCreatePixmap Dwm uses this for the bar, see drw.c

This should fix some issue like the bar flickering, long window titles bleeding into the status, etc.