zsm/include/config.h

20 lines
372 B
C
Raw Normal View History

/* Server */
/* Don't touch unless you know what you are doing */
#define MAX_THREADS 8
#define MAX_CLIENTS_PER_THREAD 1024
/* Client */
#define DOMAIN "zsm.night0721.xyz"
#define USERNAME "night"
#define USE_LUFT
/* UI */
#define PANEL_HEIGHT 1
#define STATUS_BAR_HEIGHT 1
#define CLIENT_DATA_DIR "~/.local/share/zsm/zen"
/* Keybindings */
#define CLEAR_INPUT CTRLX