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

static const unsigned int sel_cursor = XC_plus;
static const unsigned int win_cursor = XC_right_ptr;
static const unsigned int sel_line_width = 2;