~kris/suckless

dwm

dwm/patch/sortscreens.h -rw-r--r-- 153 bytes
9d111695 — Kris Yotam chore: sync local state after restore (push updates, no pull) a month 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);