summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-10-19 17:18:01 +0100
committerProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-10-19 17:18:01 +0100
commitdfa6aebfc19c98f062a1335b981723628fb6066a (patch)
tree2b3311470525ac018da93a89bc46a5480bc550c0
parent9f6385df20609b0592c2aa2577d39cd4240ebee0 (diff)
change background colour, include key remappings in autostart
-rw-r--r--config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.h b/config.h
index 6eebf58..a7f4384 100644
--- a/config.h
+++ b/config.h
@@ -23,7 +23,9 @@ static const char *colors[][5] = {
static const char *const autostart[] = {
/* program arguments options null terminator */
"xhidecursor", "", "", NULL,
- "hsetroot", "-solid", "black", NULL,
+ "xsetroot", "-solid", "#808080", NULL,
+ "xmodmap", "-e", "keycode 66 = Escape", NULL,
+ "xmodmap", "-e", "keycode 108 = Caps_Lock", NULL,
NULL
};