pangocairo is unnecessarily huge for the basic drawing that wmenu does. It also does not account for Bitmap fonts.
I suggest the usage of fcft+pixman over pangocairo; i've built a small library that is similar to suckless's libdrw used in dmenu, only lacking colorschemes, it can be seen here
pangocairo is unnecessarily huge for the basic drawing that wmenu does. It also does not account for Bitmap fonts.
I suggest the usage of fcft+pixman over pangocairo; i've built a small library that is similar to suckless's libdrw used in dmenu, only lacking colorschemes, it can be seen [here](https://codeberg.org/sewn/drwl)