aboutsummaryrefslogtreecommitdiff
path: root/patches/uselessgap.diff
diff options
context:
space:
mode:
authorBryson Steck <steck.bryson@gmail.com>2022-05-14 00:57:35 -0600
committerBryson Steck <steck.bryson@gmail.com>2022-05-14 00:57:35 -0600
commit0df08d5efd99418de6e138285a32bafd7cb2154c (patch)
tree62b6477f992e0b0be7bc8b4debf0ff0e3b742602 /patches/uselessgap.diff
parent39d86bd3ffb4c35a0d5d6ede5798bddc00c3f42a (diff)
downloaddwm-0df08d5efd99418de6e138285a32bafd7cb2154c.tar
dwm-0df08d5efd99418de6e138285a32bafd7cb2154c.tar.gz
dwm-0df08d5efd99418de6e138285a32bafd7cb2154c.tar.bz2
add new layout
Diffstat (limited to 'patches/uselessgap.diff')
-rw-r--r--patches/uselessgap.diff14
1 files changed, 0 insertions, 14 deletions
diff --git a/patches/uselessgap.diff b/patches/uselessgap.diff
index d9cacbe..1bf2ea0 100644
--- a/patches/uselessgap.diff
+++ b/patches/uselessgap.diff
@@ -4,22 +4,8 @@ Date: Wed, 3 Jul 2019 21:33:45 -0700
Subject: [PATCH] Port the uselessgap patch to 6.2
---
- config.def.h | 1 +
dwm.c | 36 ++++++++++++++++++++++++++++++------
2 files changed, 31 insertions(+), 6 deletions(-)
-
-diff --git a/config.def.h b/config.def.h
-index 1c0b587..b11471d 100644
---- a/config.def.h
-+++ b/config.def.h
-@@ -2,6 +2,7 @@
-
- /* appearance */
- static const unsigned int borderpx = 1; /* border pixel of windows */
-+static const unsigned int gappx = 6; /* gaps between windows */
- static const unsigned int snap = 32; /* snap pixel */
- static const int showbar = 1; /* 0 means no bar */
- static const int topbar = 1; /* 0 means bottom bar */
diff --git a/dwm.c b/dwm.c
index 4465af1..4545e05 100644
--- a/dwm.c