summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorAndrew <saintruler@gmail.com>2020-05-30 14:59:21 +0400
committerAndrew <saintruler@gmail.com>2020-05-30 14:59:21 +0400
commitfb7788029540e4213e4653fba9eb52d7d05b7daa (patch)
tree6afe39a5c5dcbbad592c60748b4864e2a87dd92f /config.def.h
parent6325c744ce06183797e64298bee45fb989a91ef9 (diff)
updated config.h
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index b595ded..d762d7f 100644
--- a/config.def.h
+++ b/config.def.h
@@ -3,11 +3,20 @@
/* appearance */
static const unsigned int borderpx = 1; /* border pixel of windows */
static const unsigned int snap = 32; /* snap pixel */
+
+// systray
+static const unsigned int systraypinning = 0; /* 0: sloppy systray follows selected monitor, >0: pin systray to monitor X */
+static const unsigned int systrayspacing = 2; /* systray spacing */
+static const int systraypinningfailfirst = 1; /* 1: if pinning fails, display systray on the first monitor, False: display systray on the last monitor*/
+static const int showsystray = 1; /* 0 means no systray */
+
+// vanity gaps
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 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 */
static const int focusonwheel = 0;