speedie-overlay/x11-wm/speedwm/files/speedwm-0.6-no-xresources.patch

19 lines
1.3 KiB
Diff
Raw Normal View History

2022-11-11 15:48:06 +01:00
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
Only in speedwm-orig: speedwm-msg
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:05:15.352357814 +0200
+++ speedwm/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. */