From 1f68a7bb417fd7b0bfa4e9e9cc61222ad31b6ecc Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Tue, 16 Jun 2009 16:34:50 +0200 Subject: [PATCH] wm-ng: start gkrellm on the right side of the screen by default --- debian/changelog | 8 ++++++++ usr_bin/wm-ng | 7 +++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 494ce1f..e2c3c98 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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, diff --git a/usr_bin/wm-ng b/usr_bin/wm-ng index ef17089..0e62170 100755 --- a/usr_bin/wm-ng +++ b/usr_bin/wm-ng @@ -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 +# 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 $? -- 2.1.4