grml-quickconfig: fix keybindings for pekwm vs. pwm3 and drop jwm
authorMichael Prokop <mika@grml.org>
Mon, 17 Dec 2007 21:27:13 +0000 (22:27 +0100)
committerMichael Prokop <mika@grml.org>
Mon, 17 Dec 2007 21:27:13 +0000 (22:27 +0100)
debian/changelog
usr_sbin/grml-quickconfig

index ca704cc..40733d7 100644 (file)
@@ -1,3 +1,9 @@
+grml-scripts (1.0.30) unstable; urgency=low
+
+  * grml-quickconfig: fix keybindings for pekwm vs. pwm3 and drop jwm.
+
+ -- Michael Prokop <mika@grml.org>  Mon, 17 Dec 2007 22:26:41 +0100
+
 grml-scripts (1.0.29) unstable; urgency=low
 
   * Switch order of Depends 'w3m | links | links2' to
index 5a519b6..1e46cfd 100755 (executable)
@@ -57,10 +57,9 @@ $HLINE=$B."x".$N;      # A single horizontal line drawing character
     v => 'fvwm',
     2 => 'fvwm2',
     c => 'fvwm-crystal',
-    j => 'jwm',
     o => 'openbox',
-    p => 'pekwm',
-    3 => 'pwm3',
+    k => 'pekwm',
+    p => 'pwm3',
     r => 'ratpoison',
     t => 'twm',
     9 => 'w9wm',