From a877571416b687906acc0cd1088de1bde088e655 Mon Sep 17 00:00:00 2001
From: Jari Aalto <jari.aalto@cante.net>
Date: Tue, 27 Sep 2011 18:36:28 +0300
Subject: [PATCH] example.jwmrc: comment out Applications menu (Debian
 provides this)
Organization: Private
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

Signed-off-by: Jari Aalto <jari.aalto@cante.net>
---
 example.jwmrc |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

--- a/example.jwmrc
+++ b/example.jwmrc
@@ -6,8 +6,9 @@
    <!-- Additional RootMenu attributes: onroot, labeled, label -->
    <RootMenu height="15" onroot="12">
       <Program icon="terminal.png" label="Terminal">x-terminal-emulator</Program>
-      <Program icon="firefox.png" label="Www Browser">gnome-www-browser</Program>
 
+<!-- #DEBIAN
+      <Program icon="firefox.png" label="Www Browser">gnome-www-browser</Program>
       <Menu icon="folder.png" label="Applications">
          <Program icon="editor.png" label="Dia">dia</Program>
          <Program icon="www.png" label="Firefox">firefox</Program>
@@ -36,6 +37,7 @@
             xprop | xmessage -file -
          </Program>
       </Menu>
+-->
       <Separator/>
       <Program icon="lock.png" label="Lock">
          xscreensaver-command -activate
