Enable Sort Screens Patch

This commit is contained in:
Sravan Balaji 2021-09-21 13:06:29 -04:00
parent 8180ee30c4
commit 6f14a0a9f9
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -265,7 +265,7 @@
#define SIZEHINTS_RULED_PATCH 0
#define SORTSCREENS_PATCH 0
#define SORTSCREENS_PATCH 1
#define SPAWNCMD_PATCH 0