From dec15f88a4e2dfec7a3b1b49c63e7c32bb74a075 Mon Sep 17 00:00:00 2001 From: Sam Chudnick Date: Sun, 19 Feb 2023 10:26:02 -0500 Subject: Remove borders --- .gitignore | 3 +++ config.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2eef289..4569b4e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ *.o dwm patches/* +*.orig +*.rej +*.diff diff --git a/config.h b/config.h index 7600dc4..89a0675 100644 --- a/config.h +++ b/config.h @@ -3,7 +3,7 @@ #define TERM "urxvt" /* appearance */ -static const unsigned int borderpx = 3; /* border pixel of windows */ +static const unsigned int borderpx = 0; /* border pixel of windows */ static const unsigned int snap = 32; /* snap pixel */ static const unsigned int gappih = 20; /* horiz inner gap between windows */ static const unsigned int gappiv = 10; /* vert inner gap between windows */ -- cgit v1.2.3