From 7a6cd2eb1372679b35d06ccf0e814dc49f3a5d93 Mon Sep 17 00:00:00 2001 From: Mouad Alami Date: Mon, 24 Apr 2023 19:09:43 +0100 Subject: Revert "Revert "status2d patch"" This reverts commit 434931009d1a10a8c01b4c80769ae8d9874e9c90. --- config.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config.h') diff --git a/config.h b/config.h index 45726ed..cd01ccb 100644 --- a/config.h +++ b/config.h @@ -3,6 +3,11 @@ /* appearance */ static const unsigned int borderpx = 2; /* 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 */ -- cgit v1.2.3