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 | |
parent | d1bba6afe7fa3b38eb47d872db21eb3e31614c19 (diff) |
Notes
Diffstat (limited to 'x11-wm/jwm/files')
-rw-r--r-- | x11-wm/jwm/files/patch-example-jwmrc | 12 | ||||
-rw-r--r-- | x11-wm/jwm/files/patch-example.jwmrc | 25 |
2 files changed, 25 insertions, 12 deletions
diff --git a/x11-wm/jwm/files/patch-example-jwmrc b/x11-wm/jwm/files/patch-example-jwmrc deleted file mode 100644 index 2102964f2ae5..000000000000 --- a/x11-wm/jwm/files/patch-example-jwmrc +++ /dev/null @@ -1,12 +0,0 @@ ---- example.jwmrc.orig Sat Dec 23 10:17:22 2006 -+++ example.jwmrc Sat Dec 23 12:31:26 2006 -@@ -112,6 +112,9 @@ - </PopupStyle> - - <IconPath>$HOME/.icons</IconPath> -+ <IconPath>%%PREFIX%%/share/icons</IconPath> -+ <IconPath>%%PREFIX%%/share/pixmaps</IconPath> -+ <IconPath>%%PREFIX%%/lib/X11/icons</IconPath> - - <StartupCommand> - xli -onroot /export0/images/formulae.jpg 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 --> |