diff options
| author | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-10-19 17:18:01 +0100 |
|---|---|---|
| committer | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-10-19 17:18:01 +0100 |
| commit | dfa6aebfc19c98f062a1335b981723628fb6066a (patch) | |
| tree | 2b3311470525ac018da93a89bc46a5480bc550c0 /config.h | |
| parent | 9f6385df20609b0592c2aa2577d39cd4240ebee0 (diff) | |
change background colour, include key remappings in autostart
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 }; |
