Merge remote branch 'grml-scripts-split/split/grml-scripts-core'
[grml-scripts-core.git] / usr_bin / wm-ng
diff --git a/usr_bin/wm-ng b/usr_bin/wm-ng
deleted file mode 100755 (executable)
index 0e62170..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-# Filename:      wm-ng
-# Purpose:       a wrapper script to call fluxbox with some additional features activated
-# Authors:       grml-team (grml.org)
-# Bug-Reports:   see http://grml.org/bugs/
-# License:       This file is licensed under the GPL v2.
-################################################################################
-
-gkrellm -g -1+26 &
-
-(sleep 2; idesk &) &
-
-fluxbox
-
-exit $?
-
-## END OF FILE #################################################################