speedwm-personal/toggle.h
2022-09-03 16:46:19 +02:00

7 lines
485 B
C

/* Toggle patches
* This header allows you to enable/disable patches that can break compability with certain OSes or configurations.
*/
#define USEIPC 1 /* Whether or not to use IPC. If you set this to 1, set USEIPC to true in config.mk and comment the YAJLLIBS and YAJLINC lines in config.mk. Not compatible with BSDs so for those, set this to 0. */
#define USEALPHA 1 /* Whether or not to use transparency for the bar */
#define USEMOUSE 1 /* Whether or not to use mouse binds */