diff options
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ #include <X11/cursorfont.h> -static const unsigned int sel_cursor = XC_gumby; +static const unsigned int sel_cursor = XC_plus; static const unsigned int win_cursor = XC_right_ptr; -static const unsigned int sel_line_width = 5; +static const unsigned int sel_line_width = 2; |
