summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;