hide-behind-fullscreen

This commit is contained in:
Leonardo Hernández Hernández 2022-04-10 22:38:53 -05:00
parent 8ba581f2ae
commit 94f0c85179
No known key found for this signature in database
GPG key ID: E538897EE11B9624
2 changed files with 18 additions and 2 deletions

View file

@ -13,7 +13,7 @@ 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};
static const float fullscreen_bg[] = {0.1, 0.1, 0.1, 0.0};
/* tagging */
static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };