From 6f14a0a9f9ba19bd221e1864059a39192bc2a6bf Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Tue, 21 Sep 2021 13:06:29 -0400 Subject: [PATCH] Enable Sort Screens Patch --- README.org | 2 +- patches.def.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 8326e0c..cb89263 100644 --- a/README.org +++ b/README.org @@ -2445,7 +2445,7 @@ In a multi-head setup monitor 0 is by default the primary screen, with the left https://www.mail-archive.com/hackers@suckless.org/msg09400.html #+begin_src c :tangle patches.def.h -#define SORTSCREENS_PATCH 0 +#define SORTSCREENS_PATCH 1 #+end_src *** Spawn CMD diff --git a/patches.def.h b/patches.def.h index ed2447b..a800ab5 100644 --- a/patches.def.h +++ b/patches.def.h @@ -265,7 +265,7 @@ #define SIZEHINTS_RULED_PATCH 0 -#define SORTSCREENS_PATCH 0 +#define SORTSCREENS_PATCH 1 #define SPAWNCMD_PATCH 0