summaryrefslogtreecommitdiff
path: root/config.h
blob: 54b2a00bc4adec2658c8fa17f26e3228b0f5d301 (plain)
1
2
3
4
5
#include <X11/cursorfont.h>

static const unsigned int sel_cursor = XC_gumby;
static const unsigned int win_cursor = XC_right_ptr;
static const unsigned int sel_line_width = 5;