--- ./src/feature.h.orig	2014-11-16 06:22:34.000000000 -0600
+++ ./src/feature.h	2024-01-14 19:58:14.385166339 -0600
@@ -28,9 +28,9 @@
 #endif
 #ifndef X11LIBDIR
-# define X11LIBDIR		X11USRLIBDIR "/X11"
+# define X11LIBDIR		    "/usr/lib/X11"
 #endif
 #ifndef XAPPLOADDIR
-# define XAPPLOADDIR		X11LIBDIR "/app-defaults"
-# define XAPPLOADDIRLOCALE	X11LIBDIR "/%s/app-defaults"
+# define XAPPLOADDIR	    "/usr/etc/X11/app-defaults"
+# define XAPPLOADDIRLOCALE  "/usr/etc/X11/%s/app-defaults"
 #endif
 
@@ -49,10 +49,10 @@
  * The cursor blink interval, in seconds.
  */
-#define CURSOR_BLINK_INTERVAL 0.5
+#define CURSOR_BLINK_INTERVAL 0.25
 
 /*
  * The text blink interval, in seconds.
  */
-#define TEXT_BLINK_INTERVAL CURSOR_BLINK_INTERVAL
+#define TEXT_BLINK_INTERVAL 0.5
 
 /*
@@ -244,5 +244,5 @@
  * Force local connection to be socket (or other local) communication
  */
-/* #define LOCAL_X_IS_UNIX */
+#define LOCAL_X_IS_UNIX
 
 /*
@@ -260,5 +260,5 @@
  * operating system commands.
  */
-#define XTERM_COLOR_CHANGE
+/* #define XTERM_COLOR_CHANGE */
 
 /*
