diff options
| author | uint <abhinav.prsai@gmail.com> | 2025-12-14 22:04:46 +0000 |
|---|---|---|
| committer | uint <abhinav.prsai@gmail.com> | 2025-12-14 22:04:46 +0000 |
| commit | 3f455db8ad07ca1cba56ad02ebb5f17368d346cc (patch) | |
| tree | 90e1f988cde2d8993e6a144c1783d4c3d01472c4 | |
| parent | a3585759422957459e84499371c6769d31d37db2 (diff) | |
have sane defaults + rip gumby
packaging killed gumby </3 RIP
| -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; |
