diff options
author | Julian T <julian@T410.mynet> | 2018-09-05 22:02:12 +0200 |
---|---|---|
committer | Julian T <julian@T410.mynet> | 2018-09-05 22:02:12 +0200 |
commit | 563d7ddf2e6e657705cb8f4c6b19ed3e821ee3db (patch) | |
tree | 61ace44b108c704c07f2d94873b54f65cbd0894d /config.def.h | |
parent | c65cccf6c83150736d4ad7edfa15a0fc6994ff14 (diff) |
Added systray
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 7054c06..8393a58 100644 --- a/config.def.h +++ b/config.def.h @@ -13,6 +13,10 @@ static const char selbgcolor[] = "#005577"; static const char selfgcolor[] = "#eeeeee"; static const unsigned int borderpx = 1; /* 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 systrayspacing = 2; /* systray spacing */ +static const int systraypinningfailfirst = 1; /* 1: if pinning fails, display systray on the first monitor, 0: 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 */ |