summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2022-12-16 01:59:15 +0100
committeryuzu-eva <stevenhu@web.de>2022-12-16 01:59:15 +0100
commitaefad14e8878b5e742df087fb79f1d807746a234 (patch)
tree2d536ea57c8f1def1621c06c418074074ba19085
parentce98c26ab8baf69349b05d017bea2d2a276a2534 (diff)
adjusted borderpx size
-rw-r--r--config.h2
-rwxr-xr-xdwmbin75896 -> 75896 bytes
-rw-r--r--dwm.obin63672 -> 63672 bytes
3 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index d798090..d5144d9 100644
--- a/config.h
+++ b/config.h
@@ -4,7 +4,7 @@
#define TERMCLASS "st-256color"
/* appearance */
-static const unsigned int borderpx = 4; /* border pixel of windows */
+static const unsigned int borderpx = 3; /* border pixel of windows; 3 is min pixels needed for smooth rounded corners */
static const unsigned int snap = 32; /* snap pixel */
static const unsigned int gappih = 10; /* horiz inner gap between windows */
static const unsigned int gappiv = 10; /* vert inner gap between windows */
diff --git a/dwm b/dwm
index 21f95c1..7ef2d18 100755
--- a/dwm
+++ b/dwm
Binary files differ
diff --git a/dwm.o b/dwm.o
index ca59085..76a87e1 100644
--- a/dwm.o
+++ b/dwm.o
Binary files differ