summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorMouad Alami <moadalami40@gmail.com>2023-04-24 18:04:14 +0100
committerMouad Alami <moadalami40@gmail.com>2023-04-24 21:37:23 +0100
commit6a95c3ac6bc9b5db2aab7f937c986907f3121233 (patch)
tree836415220ed65d4eccb7b6e7a9e9bc5066700312 /config.h
parent7a6cd2eb1372679b35d06ccf0e814dc49f3a5d93 (diff)
Revert "Revert "Revert "status2d patch"""
This reverts commit 7a6cd2eb1372679b35d06ccf0e814dc49f3a5d93.
Diffstat (limited to 'config.h')
-rw-r--r--config.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/config.h b/config.h
index cd01ccb..45726ed 100644
--- a/config.h
+++ b/config.h
@@ -3,11 +3,6 @@
/* 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 */