diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-07-22 22:58:15 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-07-22 22:58:15 +0200 |
| commit | e946a60ecc289db6c1570f5177ef0c9c1ad0a039 (patch) | |
| tree | 0db4d324a767e8d4875f1b619e4cea67a8dd22d4 /config.h | |
| parent | 896bb1e6576fe32b754341ddf0b49fbcfd1c116a (diff) | |
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,4 +15,4 @@ static unsigned cursor_width = 1; static unsigned cursor_vertical_offset = 2; static unsigned cursor_horizontal_offset = 1; -static unsigned monitor_offset = 1; +static unsigned monitor_offset = 0; |