diff options
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 --> |