diff --git a/.gitignore b/.gitignore index a77eaef..d5361b3 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ config.h patches.h .legacy/ .direnv/ +result/ diff --git a/patches.def.h b/patches.def.h index 7fe3d0e..403d13b 100644 --- a/patches.def.h +++ b/patches.def.h @@ -1493,7 +1493,7 @@ * A revamped, more flexible, and over-the-top version of the original flextile layout. * https://dwm.suckless.org/patches/flextile/ (original) */ -#define FLEXTILE_DELUXE_LAYOUT 0 +#define FLEXTILE_DELUXE_LAYOUT 1 /* Gappless grid layout. * https://dwm.suckless.org/patches/gaplessgrid/ diff --git a/result b/result new file mode 120000 index 0000000..c6b3cd3 --- /dev/null +++ b/result @@ -0,0 +1 @@ +/nix/store/fal4fk01cvy2yyjwv08a206csfcnb2qg-dwm-custom \ No newline at end of file