swap focus

This commit is contained in:
2026-05-13 13:25:46 +07:00
parent 1e32f83883
commit 4e1be605b7
4 changed files with 29 additions and 51 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
static const float bgcolor[4] = { 0.0, 0.0, 0.0, 1.0 };
static const float focused_bc[4] = { 0.0, 0.0, 1.0, 1.0 };
static const float focused_bc[4] = { 1.0, 0.4, 0.6, 1.0 };
static const float urgent_bc[4] = { 1.0, 0.0, 0.0, 1.0 };
static const float unfocused_bc[4] = { 0.28, 0.28, 0.28, 1.0 };