~kris/suckless

dwm

ref: 37ca18f4c4e57c2c1e1e162fff147b3c826dc66b dwm/patch/sortscreens.h -rw-r--r-- 153 bytes
37ca18f4 — Kris Yotam bind Mod+z to dsnip 5 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);