diff options
author | ZachIR <zachir@librem.one> | 2025-08-09 06:26:46 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-08-09 06:26:46 -0500 |
commit | 3464f29d2709e01cc540b9b3604364e3a6c23263 (patch) | |
tree | 119917b93e98996ca0ec7a4ad9210c18349255a1 | |
parent | cb560a72504b9c445e6192084f88efe2d67aa94f (diff) |
Pin systray to monitor 1
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |