hide-behind-fullscreen

This commit is contained in:
Leonardo Hernández Hernández 2022-04-10 22:38:53 -05:00 committed by Leonardo Hernández Hernández
parent 4b8c1bf31e
commit 6ed051c5aa
No known key found for this signature in database
GPG key ID: E538897EE11B9624
2 changed files with 18 additions and 2 deletions

View file

@ -5,7 +5,7 @@ static const unsigned int borderpx = 1; /* border pixel of windows */
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};
static const float fullscreen_bg[] = {0.1, 0.1, 0.1, 0.0};
/* tagging - tagcount must be no greater than 31 */
static const int tagcount = 9;