Symlink notifyd.py to osd_server.py for backward compatibility
[grml-scripts.git] / usr_bin / wm-ng
1 #!/bin/sh
2 # Filename:      wm-ng
3 # Purpose:       a wrapper script to call fluxbox with some additional features activated
4 # Authors:       grml-team (grml.org)
5 # Bug-Reports:   see http://grml.org/bugs/
6 # License:       This file is licensed under the GPL v2.
7 ################################################################################
8
9 gkrellm -g -1+26 &
10
11 (sleep 2; idesk &) &
12
13 fluxbox
14
15 exit $?
16
17 ## END OF FILE #################################################################