summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
};