summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorIgor Gevka <igor.gevka@gmail.com>2020-02-16 15:03:10 -0800
committerJulian T <julian@jtle.dk>2020-09-26 16:51:34 +0200
commit14b3f03b2fef52b6911841312f43e99fbc05e510 (patch)
tree05d63d9dbe4ed3a3433c0cf2fbb8f043c98fcf7f /config.def.h
parentcb3f58ad06993f7ef3a7d8f61468012e2b786cab (diff)
Implements a system tray for dwm.
Original author: Jan Christoph Ebersbach <jceb@e-jc.de>, inspired by http://code.google.com/p/dwm-plus URL: http://dwm.suckless.org/patches/systray dwm 6.2 port by Igor Gevka <igor.gevka@gmail.com>
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 1c0b587..2d824d1 100644
--- a/config.def.h
+++ b/config.def.h
@@ -3,6 +3,10 @@
/* appearance */
static const unsigned int borderpx = 1; /* border pixel of windows */
static const unsigned int snap = 32; /* snap pixel */
+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 */
static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
static const char *fonts[] = { "monospace:size=10" };