aboutsummaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2016-05-21 18:46:15 +0100
committerFreeArtMan <dos21h@gmail.com>2016-05-21 18:46:15 +0100
commitad0d8b487000112bfc0b02eac5b27328266d6ef5 (patch)
treed301361293e3391497700db17b871d8b0a6bdd6f /config.h
parent0391d2a39d952c95303fca9b9a35cb0a1dca0105 (diff)
downloaddwm-fancy-ad0d8b487000112bfc0b02eac5b27328266d6ef5.tar.gz
dwm-fancy-ad0d8b487000112bfc0b02eac5b27328266d6ef5.zip
Added systemtray patch
Diffstat (limited to 'config.h')
-rw-r--r--config.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/config.h b/config.h
index 7054c06..ecd3c6d 100644
--- a/config.h
+++ b/config.h
@@ -16,6 +16,13 @@ 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 */
+/******************************************************************************/
+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, 0: display systray on the last monitor*/
+static const int showsystray = 1; /* 0 means no systray */
+/******************************************************************************/
+
/* tagging */
static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };