From 3464f29d2709e01cc540b9b3604364e3a6c23263 Mon Sep 17 00:00:00 2001 From: ZachIR Date: Sat, 9 Aug 2025 06:26:46 -0500 Subject: Pin systray to monitor 1 --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v1.2.3