diff options
author | Leonardo Hernández Hernández <leohdz172@proton.me> | 2023-12-11 00:31:17 -0600 |
---|---|---|
committer | Leonardo Hernández Hernández <leohdz172@proton.me> | 2023-12-11 00:31:17 -0600 |
commit | 126a333354cc89ed9b635e3e30771ea15f71192e (patch) | |
tree | c0b95fa1cc129f52fe2ecb55aae6e8377e1b4ea6 /config.def.h | |
parent | 0de7d1aa719befb6ba291b3e2cad12253d6fa6a3 (diff) | |
parent | 9a84789ff1ba5cac059e536d57a849917ab360b6 (diff) |
Merge remote-tracking branch 'upstream/main' into wlroots-next
Fixes: https://codeberg.org/dwl/dwl/issues/432
Fixes: https://codeberg.org/dwl/dwl/issues/547
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 5375eb5..a8ed61d 100644 --- a/config.def.h +++ b/config.def.h @@ -7,6 +7,7 @@ static const int sloppyfocus = 1; /* focus follows mouse */ static const int bypass_surface_visibility = 0; /* 1 means idle inhibitors will disable idle tracking even if it's surface isn't visible */ static const unsigned int borderpx = 1; /* border pixel of windows */ +static const float rootcolor[] = COLOR(0x222222ff); static const float bordercolor[] = COLOR(0x444444ff); static const float focuscolor[] = COLOR(0x005577ff); static const float urgentcolor[] = COLOR(0xff0000ff); |