speedie-overlay/x11-wm/speedwm/files/speedwm-0.6-no-xresources.patch
2022-12-01 19:26:58 +01:00

13 lines
983 B
Diff

diff -up a/toggle.h b/toggle.h
--- a/toggle.h 2022-10-09 16:05:15.352357814 +0200
+++ b/toggle.h 2022-10-09 16:10:12.444350327 +0200
@@ -23,7 +23,7 @@ Not compatible with BSDs so for those, s
#define USEROUNDCORNERS 1 /* Whether or not to include rounded corners */
#define USEMEDIA 1 /* Whether or not to include media keys */
#define USEMOUSE 1 /* Whether or not to include mouse binds */
-#define USEXRESOURCES 1 /* Whether or not to include .Xresources support. By disabling this, you're also disabling the speedwmrc config file. It is recommended that you keep this enabled. */
+#define USEXRESOURCES 0 /* Whether or not to include .Xresources support. By disabling this, you're also disabling the speedwmrc config file. It is recommended that you keep this enabled. */
#define USEXFTWORKAROUND 0 /* Whether or not to include the libXft emoji workaround.
This is usually not necessary so only enable it if you find that you need it. */