[dev] xmenu: a menu utility for X11

2020-08-02 Thread phillbush
dmenu code. Some functions from dmenu's drw.c were rewritten and simplified. You can find it here: https://github.com/phillbush/xmenu It depends on Xlib, Xft, Xinerama, and Imlib2. Xmenu got featured in a video from DistroTube: https://invidio.us/watch?v=wMrdCbrQjnQ You can bind it to open on

[dev] On how dwm hides windows

2020-06-23 Thread phillbush
I am writing a wm for myself and I have a question about how dwm (and a lot of other WMs that copies dwm, such as katriawm and berry) hides clients. dwm manage() a client when it receives a MapRequest event and unmanage() it when it receives both a UnmapNotify or a DestroyNotify event, while hide