mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-17 07:56:11 +01:00
dwm flexipatch
This commit is contained in:
4
dwm/.dwm/patch/sortscreens.h
Normal file
4
dwm/.dwm/patch/sortscreens.h
Normal file
@@ -0,0 +1,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);
|
||||
|
||||
Reference in New Issue
Block a user