From fb7788029540e4213e4653fba9eb52d7d05b7daa Mon Sep 17 00:00:00 2001 From: Andrew Date: Sat, 30 May 2020 14:59:21 +0400 Subject: updated config.h --- config.def.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'config.def.h') 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; -- cgit v1.2.3