Changelog: Make NVIDIA xrandr work. New and shiny signal handleri; SIGHUP now restarts wm. Add borderless support. Make floaters remember their locations. Add prior workspace action. Mostly community patches.
13 lines
375 B
Plaintext
13 lines
375 B
Plaintext
$OpenBSD: patch-scrotwm_c,v 1.12 2010/07/08 21:37:36 marco Exp $
|
|
--- scrotwm.c.orig Wed Sep 23 06:04:09 2009
|
|
+++ scrotwm.c Fri Sep 25 17:28:03 2009
|
|
@@ -150,7 +150,7 @@ u_int32_t swm_debug = 0
|
|
#define SWM_MAX_FONT_STEPS (3)
|
|
|
|
#ifndef SWM_LIB
|
|
-#define SWM_LIB "/usr/local/lib/libswmhack.so"
|
|
+#define SWM_LIB "${PREFIX}/lib/libswmhack.so"
|
|
#endif
|
|
|
|
char **start_argv;
|