* Fix status bar flicker by double-buffering the output. * Add horizontal_flip and vertical_flip layout options. * Kill references before focusing on a new window. * Add new options to change focus behavior on window open and close. * Increase workspace hard limit to 22. * Tons of wart removals * Add backwards compatibility for the spawn_term binding * Add clarification to man page that default workspace_limit is 10. Tested on amd64. "no objection.." sthen@
13 lines
380 B
Plaintext
13 lines
380 B
Plaintext
$OpenBSD: patch-spectrwm_c,v 1.2 2012/07/09 21:35:46 gonzalo Exp $
|
|
--- spectrwm.c.orig Tue Jul 3 16:29:31 2012
|
|
+++ spectrwm.c Wed Jul 4 17:47:02 2012
|
|
@@ -197,7 +197,7 @@ u_int32_t swm_debug = 0
|
|
#define SWM_CONF_KEYMAPPING (1)
|
|
|
|
#ifndef SWM_LIB
|
|
-#define SWM_LIB "/usr/local/lib/libswmhack.so"
|
|
+#define SWM_LIB "${PREFIX}/lib/libswmhack.so"
|
|
#endif
|
|
|
|
char **start_argv;
|