wm-ng: start gkrellm on the right side of the screen by default v1.1.21
authorMichael Prokop <mika@grml.org>
Tue, 16 Jun 2009 14:34:50 +0000 (16:34 +0200)
committerMichael Prokop <mika@grml.org>
Tue, 16 Jun 2009 14:35:23 +0000 (16:35 +0200)
debian/changelog
usr_bin/wm-ng

index 494ce1f..e2c3c98 100644 (file)
@@ -1,3 +1,11 @@
+grml-scripts (1.1.21) unstable; urgency=low
+
+  * wm-ng: start gkrellm on the right side of the screen by default
+    Thanks to gebi and Ulrich Dangel for their feedback.
+    [Closes: issue694]
+
+ -- Michael Prokop <mika@grml.org>  Tue, 16 Jun 2009 16:34:00 +0200
+
 grml-scripts (1.1.20) unstable; urgency=low
 
   * grml-lang and grml-quickconfig: add support for spanish keyboards,
index ef17089..0e62170 100755 (executable)
@@ -1,17 +1,16 @@
 #!/bin/sh
 # Filename:      wm-ng
 # Purpose:       a wrapper script to call fluxbox with some additional features activated
-# Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
+# Authors:       grml-team (grml.org)
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2.
-# Latest change: Thu Nov 03 15:32:49 CET 2005 [mika]
 ################################################################################
 
-/usr/bin/gkrellm   &   # -w
+gkrellm -g -1+26 &
 
 (sleep 2; idesk &) &
 
-/usr/bin/fluxbox
+fluxbox
 
 exit $?