summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index a088f13..3ed7da2 100644
--- a/config.h
+++ b/config.h
@@ -24,7 +24,7 @@ static const char *colors[][5] = {
static const char *const autostart[] = {
/* program arguments options null terminator */
"xhidecursor", "", "", NULL,
- "xsetroot", "-solid", "black", NULL,
+ "xsetroot", "-solid", "black", NULL,
"xmodmap", "-e", "keycode 66 = Escape", NULL,
"xmodmap", "-e", "keycode 108 = Caps_Lock", NULL,
NULL