From dfa6aebfc19c98f062a1335b981723628fb6066a Mon Sep 17 00:00:00 2001 From: ProsperousPotato Date: Sun, 19 Oct 2025 17:18:01 +0100 Subject: change background colour, include key remappings in autostart --- config.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 }; -- cgit v1.2.3