summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authoruint <abhinav.prsai@gmail.com>2025-12-14 22:04:46 +0000
committeruint <abhinav.prsai@gmail.com>2025-12-14 22:04:46 +0000
commit3f455db8ad07ca1cba56ad02ebb5f17368d346cc (patch)
tree90e1f988cde2d8993e6a144c1783d4c3d01472c4 /config.h
parenta3585759422957459e84499371c6769d31d37db2 (diff)
have sane defaults + rip gumby
packaging killed gumby </3 RIP
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index 54b2a00..ea589cc 100644
--- a/config.h
+++ b/config.h
@@ -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;