From 24eb4817db05e0963ec658a17cbd08ed6b710f45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Czy=C5=BC?= Date: Sat, 28 Dec 2024 15:10:44 +0100 Subject: [PATCH] feat: flextime deluxe --- .gitignore | 1 + patches.def.h | 2 +- result | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 120000 result 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