summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorivan-boikov <ik.boikov.public@protonmail.com>2024-09-01 14:20:59 +0200
committerivan-boikov <ik.boikov.public@protonmail.com>2024-09-01 14:20:59 +0200
commit1f7502961fd079f42a1e78e6806f8eecf7605655 (patch)
treeca070b9c065ff63c81858e2c4286ca34bbeac922 /config.def.h
parent311cce62833fe1407796543554ac56067c780736 (diff)
Applied dwm-systray-20230922-9f88553.diffdwm-systray-20230922-9f88553.diff
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 9efa774..fed4fb9 100644
--- a/config.def.h
+++ b/config.def.h
@@ -3,6 +3,11 @@
/* 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 systrayonleft = 0; /* 0: systray in the right corner, >0: systray on left of status text */
+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" };