6172d4b590
With hat: portmgr Sponsored by: Absolight
24 lines
837 B
Text
24 lines
837 B
Text
--- example.jwmrc.orig
|
|
+++ example.jwmrc
|
|
@@ -4,7 +4,8 @@
|
|
|
|
<!-- The root menu. -->
|
|
<RootMenu onroot="12">
|
|
- <Program icon="terminal.png" label="Terminal">xterm</Program>
|
|
+ <Program icon="rxvt.png" label="Terminal">rxvt</Program>
|
|
+ <Program icon="xterm.png" label="Terminal">xterm</Program>
|
|
<Menu icon="folder.png" label="Applications">
|
|
<Program icon="music.png" label="Audacious">audacious</Program>
|
|
<Program icon="calculator.png" label="Calculator">xcalc</Program>
|
|
@@ -120,7 +121,10 @@
|
|
for icons in multiple paths.
|
|
-->
|
|
<IconPath>
|
|
- /usr/share/icons/wm-icons/32x32-gant
|
|
+ $HOME/.icons
|
|
+ %%PREFIX%%/share/icons
|
|
+ %%PREFIX%%/share/pixmaps
|
|
+ %%PREFIX%%/lib/X11/icons
|
|
</IconPath>
|
|
|
|
<!-- Virtual Desktops -->
|