suckless_dictpopup/config.def.h
2024-02-19 02:30:20 +00:00

18 lines
652 B
C

static const char *background_color = "#2E3440";
static const char *border_color = "#ececec";
static const char *font_color = "#ececec";
static const char *font_pattern = "Noto Sans Mono CJK JP:size=10";
static const unsigned line_spacing = 5;
static const unsigned int padding = 15;
static const unsigned int width = 480;
static const unsigned int border_size = 1;
static const unsigned int duration = 5; /* in seconds */
#define MIN_BORDER_DISTANCE 3 /* The minimum distance to the monitor boundary */
#define DISMISS_BUTTON Button1 /* left click */
#define ACTION1_BUTTON Button4 /* scroll up */
#define ACTION2_BUTTON Button5 /* scroll down */