summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.h b/config.h
index ecfc566..317a3aa 100644
--- a/config.h
+++ b/config.h
@@ -1,3 +1,4 @@
#include <X11/cursorfont.h>
-static const unsigned int cursor_font = XC_heart;
+static const unsigned int sel_cursor = XC_dot;
+static const unsigned int win_cursor = XC_right_ptr;