Common subdirectories: speedwm-orig/docs and speedwm/docs Common subdirectories: speedwm-orig/.git and speedwm/.git Common subdirectories: speedwm-orig/modules and speedwm/modules Common subdirectories: speedwm-orig/scripts and speedwm/scripts Common subdirectories: speedwm-orig/toggle and speedwm/toggle diff -up speedwm-orig/toggle.h speedwm/toggle.h --- speedwm-orig/toggle.h 2022-10-09 16:24:16.413329058 +0200 +++ speedwm/toggle.h 2022-10-09 16:25:21.658327414 +0200 @@ -5,7 +5,7 @@ */ /* IPC */ -#define USEIPC 1 /* Whether or not to include IPC. +#define USEIPC 0 /* Whether or not to include IPC. NOTE: If you set this to 1, set USEIPC to true in toggle.mk and comment the YAJLLIBS and YAJLINC lines in config.mk. Not compatible with BSDs so for those, set this to 0. */ diff -up speedwm-orig/toggle.mk speedwm/toggle.mk --- speedwm-orig/toggle.mk 2022-10-09 16:24:16.412329058 +0200 +++ speedwm/toggle.mk 2022-10-09 16:24:27.484328779 +0200 @@ -5,9 +5,9 @@ # IPC # Whether or not to compile in IPC support. # If you use OpenBSD or FreeBSD, this is not supported. In that case comment out these three lines and set USEIPC in toggle.h to 0. -USEIPC = true # Comment if you don't use IPC -YAJLLIBS = -lyajl # Comment if you don't use IPC -YAJLINC = /usr/include/yajl # Comment if you don't use IPC +#USEIPC = true # Comment if you don't use IPC +#YAJLLIBS = -lyajl # Comment if you don't use IPC +#YAJLINC = /usr/include/yajl # Comment if you don't use IPC # Tag previews and window icons # If you use tag previews or window icons (enabled by default), these must be uncommented.