aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorLeonardo Hernández Hernández <leohdz172@protonmail.com>2022-07-23 02:08:10 -0500
committerLeonardo Hernández Hernández <leohdz172@protonmail.com>2022-07-23 02:17:00 -0500
commit8cdb9971264adfdc35777b5a9935c2e4c47eea9f (patch)
tree36b2056e4877852f3647fd2e26c3a89a162feff7 /config.def.h
parent90a12c90a0aa0ac16327b0816de4d9dff69b357e (diff)
conform the xdg-protocol with fullscreen translucent clients
see `setfullscreen()` for more info
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 43f35cd..29c6dbf 100644
--- a/config.def.h
+++ b/config.def.h
@@ -5,6 +5,8 @@ static const int lockfullscreen = 1; /* 1 will force focus on the fullscree
static const float rootcolor[] = {0.3, 0.3, 0.3, 1.0};
static const float bordercolor[] = {0.5, 0.5, 0.5, 1.0};
static const float focuscolor[] = {1.0, 0.0, 0.0, 1.0};
+/* To conform the xdg-protocol, set the alpha to zero to restore the old behavior */
+static const float fullscreen_bg[] = {0.1, 0.1, 0.1, 1.0};
/* tagging */
static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };