Adding cyclelayouts patch

This commit is contained in:
bakkeby
2019-09-07 22:27:06 +02:00
parent 27b6b4b024
commit 9ccc131284
7 changed files with 42 additions and 1 deletions

View File

@@ -44,6 +44,11 @@
*/
#define AUTOSTART_PATCH 0
/* The cyclelayouts patch let's you cycle through all your layouts.
* https://dwm.suckless.org/patches/cyclelayouts/
*/
#define CYCLELAYOUTS_PATCH 0
/* This patch shows the titles of all visible windows in the status bar
* (as opposed to showing only the selected one).
* https://dwm.suckless.org/patches/fancybar/