about summary refs log tree commit diff
path: root/config.h
diff options
context:
space:
mode:
authorManuel Palenzuela <manuelpalenzuelamerino@gmail.com>2019-06-10 11:54:03 +0200
committerManuel Palenzuela <manuelpalenzuelamerino@gmail.com>2019-06-10 11:54:03 +0200
commit95d01d54ff5ff3a39d1c0fb9ad1d0017f489f9f3 (patch)
tree040550993518c66c34ac58511f36635f07f57326 /config.h
parentAdded activetagindicator [Patch] (diff)
downloaddwm-95d01d54ff5ff3a39d1c0fb9ad1d0017f489f9f3.tar.gz
dwm-95d01d54ff5ff3a39d1c0fb9ad1d0017f489f9f3.tar.bz2
dwm-95d01d54ff5ff3a39d1c0fb9ad1d0017f489f9f3.zip
Improved gaps patch
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 86e469d..11c1420 100644
--- a/config.h
+++ b/config.h
@@ -2,7 +2,7 @@
 
 /* appearance */
 static const unsigned int borderpx  = 1;        /* border pixel of windows */
-static const unsigned int gappx     = 4;        /* gap pixel between windows */
+static const unsigned int gappx     = 10;        /* gap pixel 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 */