summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorrafa_99 <rafa99@protonmail.com>2020-02-02 01:25:43 +0000
committerrafa_99 <rafa99@protonmail.com>2020-02-02 01:25:43 +0000
commitd47e50020dfbf9223232a757ebf0a1c13f9a810d (patch)
tree00dadcba6b58ff1f7f31c3b265e8cdbe33da5b34 /config.h
parente5abaf9a0ec39f9564cf443e01a6a6bd0aa8f594 (diff)
Updated Config
Diffstat (limited to 'config.h')
-rw-r--r--config.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/config.h b/config.h
index bd4e0c8..69bd6f5 100644
--- a/config.h
+++ b/config.h
@@ -1,12 +1,12 @@
/* 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 unsigned int gappih = 10; /* horiz inner gap between windows */
-static const unsigned int gappiv = 10; /* vert inner gap between windows */
-static const unsigned int gappoh = 10; /* horiz outer gap between windows and screen edge */
-static const unsigned int gappov = 10; /* vert outer gap between windows and screen edge */
+static const unsigned int gappih = 15; /* horiz inner gap between windows */
+static const unsigned int gappiv = 15; /* vert inner gap between windows */
+static const unsigned int gappoh = 15; /* horiz outer gap between windows and screen edge */
+static const unsigned int gappov = 15; /* vert outer gap between windows and screen edge */
static const int smartgaps = 0; /* 1 means no outer gap when there is only one window */
static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */