diff options
| author | bakkeby <[email protected]> | 2019-09-30 23:52:51 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2019-09-30 23:52:51 +0200 |
| commit | 009819e186a33d395e785b6429e9f770ef06078c (patch) | |
| tree | 4fd7c555c40b805a3cd9cb6c9f64f4adfb235fa8 /patches.h | |
| parent | 44d2db84ae16eeda3aa9c73c09ae20a665272592 (diff) | |
| download | dwm-flexipatch-009819e186a33d395e785b6429e9f770ef06078c.tar.gz dwm-flexipatch-009819e186a33d395e785b6429e9f770ef06078c.zip | |
Replaced flextile with flextile-deluxe, refactored monitor rules to support predetermined layouts per tag
Diffstat (limited to 'patches.h')
| -rw-r--r-- | patches.h | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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/ |
