Replaced flextile with flextile-deluxe, refactored monitor rules to support predetermined layouts per tag

This commit is contained in:
bakkeby
2019-09-30 23:52:51 +02:00
parent 44d2db84ae
commit 009819e186
15 changed files with 990 additions and 652 deletions

View File

@@ -355,10 +355,11 @@
*/
#define FIBONACCI_SPIRAL_LAYOUT 0
/* Flextile layout.
* https://dwm.suckless.org/patches/flextile/
/* Flextile deluxe layout.
* A revamped, more flexible, and over-the-top version of the original flextile layout.
* https://dwm.suckless.org/patches/flextile/ (original)
*/
#define FLEXTILE_LAYOUT 0
#define FLEXTILE_DELUXE_LAYOUT 0
/* Gappless grid layout.
* https://dwm.suckless.org/patches/gaplessgrid/