diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-12-28 16:29:45 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-12-28 16:29:45 +0000 |
commit | 6f73c5cbdafdd4b950b048e6ccad272759260773 (patch) | |
tree | 7bc8be33e64567ab5c217f2c9c6da910ccfe6660 /x11-wm/jwm/files | |
parent | Update to 2.6. (diff) |
JWM is a window manager for the X11 Window System. JWM is written in C and uses
only Xlib at a minimum.
PR: ports/91015
Submitted by: Babak Farrokhi <babak@farrokhi.net>
Diffstat (limited to 'x11-wm/jwm/files')
-rw-r--r-- | x11-wm/jwm/files/patch-example-jwmrc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-wm/jwm/files/patch-example-jwmrc b/x11-wm/jwm/files/patch-example-jwmrc new file mode 100644 index 000000000000..a172b79ef45d --- /dev/null +++ b/x11-wm/jwm/files/patch-example-jwmrc @@ -0,0 +1,12 @@ +--- example.jwmrc.orig Wed Dec 28 16:16:26 2005 ++++ example.jwmrc Wed Dec 28 16:19:07 2005 +@@ -113,6 +113,9 @@ + + <Icons> + <IconPath>$HOME/.icons</IconPath> ++ <IconPath>%%PREFIX%%/share/icons</IconPath> ++ <IconPath>%%PREFIX%%/share/pixmaps</IconPath> ++ <IconPath>%%PREFIX%%/lib/X11/icons</IconPath> + </Icons> + + <StartupCommand> |