about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAcid Bong <acid-bong@cock.lt>2022-10-19 22:44:40 +0300
committerAcid Bong <acid-bong@cock.lt>2022-10-19 22:44:40 +0300
commit46b002c48e73fdf5c52412f398864e882e07283c (patch)
treeb05ed98035745c2aef5064e78737a9f749351eaf
parenta8ee855f2efca6123fbf15180d4c4dc1fc662e2e (diff)
downloaddwm-46b002c48e73fdf5c52412f398864e882e07283c.tar.gz
minor aesthetics
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index eddbc03..89df6de 100644
--- a/config.def.h
+++ b/config.def.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 int gappx     = 10;                 /* gaps between windows */
 static const unsigned int snap      = 32;       /* snap pixel */
 static const unsigned int systraypinning = 0;   /* 0: sloppy systray follows selected monitor, >0: pin systray to monitor X */