diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-08-05 21:28:19 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-08-05 21:28:19 +0000 |
commit | c97ed5207f9031a779b302969ece55afa770900e (patch) | |
tree | 63fbc5d6ff095a446328d05534fec5982bb55eb3 /x11-wm/jwm/files/patch-example.jwmrc | |
parent | - Update to 1.2.0 (diff) |
- Update to 2.0.1
Approved by: maintainer implicit
Diffstat (limited to '')
-rw-r--r-- | x11-wm/jwm/files/patch-example.jwmrc | 25 |
1 files changed, 25 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..07af807d096c --- /dev/null +++ b/x11-wm/jwm/files/patch-example.jwmrc @@ -0,0 +1,25 @@ + +$FreeBSD$ + +--- example.jwmrc.orig ++++ example.jwmrc +@@ -5,7 +5,8 @@ + <!-- The root menu, if this is undefined you will not get a menu. --> + <!-- Additional RootMenu attributes: onroot, labeled, label --> + <RootMenu height="32" onroot="123"> +- <Program icon="rxvt.png" label="Terminal">rxvt</Program> ++ <Program icon="rxvt.png" label="rxvt">rxvt</Program> ++ <Program icon="xterm.png" label="xterm">xterm</Program> + + <Menu icon="folder.png" label="Applications"> + <Program icon="audacious.png" label="Audacious">audacious</Program> +@@ -136,6 +137,9 @@ + + <IconPath> + $HOME/.icons ++ %%PREFIX%%/share/icons ++ %%PREFIX%%/share/pixmaps ++ %%PREFIX%%/lib/X11/icons + </IconPath> + + <!-- Virtual Desktops --> |