diff options
| author | Mouad Alami <moadalami40@gmail.com> | 2023-04-24 19:04:13 +0100 |
|---|---|---|
| committer | Mouad Alami <moadalami40@gmail.com> | 2023-04-24 19:04:13 +0100 |
| commit | b9a99a600cfe309f50a46e81a7bba793ef60f57f (patch) | |
| tree | 04b298608fcd50a2c2ec2002b3bc7e9929ccbb17 /config.h | |
| parent | 794c0d13b26ed5a5ab64a491e75c0ac773041e23 (diff) | |
status2d patch
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 */ |
