7df58d6704
``Scrotwm is a small dynamic tiling window manager for X11. It tries to stay out of the way so that valuable screen real estate can be used for much more important stuff. It has sane defaults and does not require one to learn a language to do any configuration. It was written by hackers for hackers and it strives to be small, compact and fast. '' Development is ongoing, but I'll make (or you can tell me to make) snapshots every time it is necessary. ok ajacoutot@ and other members of the french family.
13 lines
368 B
Plaintext
13 lines
368 B
Plaintext
$OpenBSD: patch-scrotwm_c,v 1.1.1.1 2009/01/28 13:20:23 pyr Exp $
|
|
--- scrotwm.c.orig Wed Jan 28 12:56:55 2009
|
|
+++ scrotwm.c Wed Jan 28 12:57:10 2009
|
|
@@ -129,7 +129,7 @@ u_int32_t swm_debug = 0
|
|
#define HEIGHT(r) (r)->g.h
|
|
|
|
#ifndef SWM_LIB
|
|
-#define SWM_LIB "/usr/X11R6/lib/swmhack.so"
|
|
+#define SWM_LIB "${PREFIX}/lib/swmhack.so"
|
|
#endif
|
|
|
|
#define SWM_PROPLEN (16)
|