diff options
| author | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-10-17 10:28:00 +0100 |
|---|---|---|
| committer | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-10-17 10:28:00 +0100 |
| commit | 59645bbc2df69b06356e00648cfedececa860c71 (patch) | |
| tree | 21e42306c4e5c42343f784c8ea5d0969654afc6d /config.h | |
| parent | 23a676ec641f3d098bf288527f804236a2e38d6b (diff) | |
comment m->barwin references
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -7,9 +7,9 @@ /* appearance */ static const unsigned int borderpx = 3; /* border pixel of windows */ static const unsigned int snap = 12; /* snap pixel */ -static const int refreshrate = 120; +static const int refreshrate = 180; static const int swallowfloating = 1; /* 1 means swallow floating windows by default */ -static const int mouse_default = 0; /* 1 means enable mouse by default */ +static const int mousedefault = 0; /* 1 means enable mouse by default */ static const char col_gray1[] = "#000000"; static const char col_gray2[] = "#bbbbbb"; static const char col_float[] = "#770000"; @@ -21,8 +21,9 @@ static const char *colors[][5] = { }; static const char *const autostart[] = { -/* program arguments options null terminator */ +/* program arguments options null terminator */ "xhidecursor", "", "", NULL, + "hsetroot", "-solid", "black", NULL, NULL }; |
