~kris/suckless

dwm

ref: 55f1fbded030295a9325228f258304fcbaeb65a4 dwm/patch/sortscreens.h -rw-r--r-- 153 bytes
55f1fbde — Kris Yotam Add suckless coding style reference to CLAUDE.md 7 months ago
                                                                                
1
2
3
4
#define RIGHTOF(a,b) (a.y_org > b.y_org) || ((a.y_org == b.y_org) && (a.x_org > b.x_org))

static void sortscreens(XineramaScreenInfo *screens, int n);