mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-04-06 07:15:31 -04:00
hide-behind-fullscreen
This commit is contained in:
parent
4b8c1bf31e
commit
6ed051c5aa
2 changed files with 18 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue