]> git.armaanb.net Git - dwm.git/commitdiff
Increase border size
authorArmaan Bhojwani <me@armaanb.net>
Tue, 22 Jun 2021 00:52:24 +0000 (20:52 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Tue, 22 Jun 2021 00:52:24 +0000 (20:52 -0400)
config.h

index f386a011d2036b3d89798393dd2d76bf33975349..fe333fbf21b7c6d8fda37beea5a4a267fa1004ee 100644 (file)
--- a/config.h
+++ b/config.h
@@ -1,7 +1,7 @@
 /* See LICENSE file for copyright and license details. */
 
 /* appearance */
-static const unsigned int borderpx  = 1;        /* border pixel of windows */
+static const unsigned int borderpx  = 2;        /* border pixel of 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 */