diff options
| author | Chris Sobczak <chris@sobczak.family> | 2026-06-21 21:18:02 -0700 |
|---|---|---|
| committer | Chris Sobczak <chris@sobczak.family> | 2026-06-21 21:18:02 -0700 |
| commit | 10e709aa7100d9795f53805780ceb49d21367817 (patch) | |
| tree | 68cfc48b1d50ffc24b8f871ff0b4019c6beb5dd4 | |
| parent | 9b11a49cb757b80f8589088b487b5f1e56643aa1 (diff) | |
Add some customizations, border pixel etc
| -rw-r--r-- | config.def.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.def.h b/config.def.h index 8a6eda0..acdee5f 100644 --- a/config.def.h +++ b/config.def.h @@ -6,7 +6,7 @@ /* appearance */ 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 unsigned int borderpx = 0; /* border pixel of windows */ static const float rootcolor[] = COLOR(0x222222ff); static const float bordercolor[] = COLOR(0x444444ff); static const float focuscolor[] = COLOR(0x005577ff); @@ -15,7 +15,7 @@ static const float urgentcolor[] = COLOR(0xff0000ff); static const float fullscreen_bg[] = {0.0f, 0.0f, 0.0f, 1.0f}; /* You can also use glsl colors */ /* tagging - TAGCOUNT must be no greater than 31 */ -#define TAGCOUNT (9) +#define TAGCOUNT (5) /* logging */ static int log_level = WLR_ERROR; @@ -57,7 +57,7 @@ static const struct xkb_rule_names xkb_rules = { }; static const int repeat_rate = 25; -static const int repeat_delay = 600; +static const int repeat_delay = 300; /* Trackpad */ static const int tap_to_click = 1; |
