mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-04-07 08:21:07 -04:00
hide-behind-fullscreen
This commit is contained in:
parent
8ba581f2ae
commit
94f0c85179
2 changed files with 18 additions and 2 deletions
|
|
@ -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" };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue