Files
dot/dwm/patch/sortscreens.h
T
2026-07-12 08:16:17 +03:30

5 lines
153 B
C
Executable File

#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);