summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorZachIR <zachir@librem.one>2025-08-09 06:26:46 -0500
committerZachIR <zachir@librem.one>2025-08-09 06:26:46 -0500
commit3464f29d2709e01cc540b9b3604364e3a6c23263 (patch)
tree119917b93e98996ca0ec7a4ad9210c18349255a1 /config.h
parentcb560a72504b9c445e6192084f88efe2d67aa94f (diff)
Pin systray to monitor 1
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 5000e12..461a286 100644
--- a/config.h
+++ b/config.h
@@ -7,7 +7,7 @@ static unsigned int borderpx = 1; /* border pixel of windows */
static unsigned int gappx = 6; /* gaps between windows */
static unsigned int snap = 32; /* snap pixel */
static const int swallowfloating = 0;
-static const unsigned int systraypinning = 0; /* 0: sloppy systray follows selected monitor, >0: pin systray to monitor X */
+static const unsigned int systraypinning = 1; /* 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 */