49220ac826
Golem is an X11 Window Manager. Design goals are that it be fast and lightweight, as well as very customizable in any way that will not prevent the first goal from being realized. Notable features: - Small memory footprint - Multiple disjoint large virtual desktops - Xinerama support for multimonitor screens - Supports various focusing styles (sloppy, pointer, click) - Useful stuff for multiscreen displays (special focus cycling modes, etc) - Window decoration customization (theming) with multiple decoration styles (dgroups) - Hotkeys - Plugins Package submited by Erik Reid via pkgsrc-wip with modifications by me.
24 lines
674 B
Text
24 lines
674 B
Text
$NetBSD: patch-ad,v 1.1.1.1 2003/05/15 11:19:43 salo Exp $
|
|
|
|
--- util/golem.install.in.orig 2001-11-18 22:14:19.000000000 +0100
|
|
+++ util/golem.install.in 2003-05-15 12:31:56.000000000 +0200
|
|
@@ -28,8 +28,8 @@
|
|
#
|
|
|
|
# the makefile will replace this with real stuff
|
|
-BINDIR= #bindir#
|
|
-DATADIR= #datadir#
|
|
+BINDIR=#bindir#
|
|
+DATADIR=#datadir#
|
|
|
|
#
|
|
# functions to make the .xsession and .xinitrc files
|
|
@@ -74,7 +74,7 @@
|
|
|
|
echo "Copying configuration files to ~/.golem..."
|
|
mkdir -p ~/.golem
|
|
-cp ${DATADIR}/golem/golemrc ~/.golem/
|
|
+cp ${DATADIR}/examples/golem/golemrc.default ~/.golem/golemrc
|
|
cp -R ${DATADIR}/golem/plugins ~/.golem/
|
|
find ~/.golem/ -type f | xargs chmod 644
|
|
|