diff options
author | Nicola Ruggero <nicola@nxnt.org> | 2010-11-04 16:52:27 +0100 |
---|---|---|
committer | Nicola Ruggero <nicola@nxnt.org> | 2010-11-04 16:52:27 +0100 |
commit | a9cfc235211a49c69c3cce3f98ee5976ff8103a4 (patch) | |
tree | fce6204bcbd806fed53833df57dc1e2a821ad357 /sesman/startwm.sh | |
parent | 3ba752e7b76a27fdb9317915b9a57f9346a652ac (diff) | |
download | xrdp-proprietary-a9cfc235211a49c69c3cce3f98ee5976ff8103a4.tar.gz xrdp-proprietary-a9cfc235211a49c69c3cce3f98ee5976ff8103a4.zip |
Include also fluxbox
Diffstat (limited to 'sesman/startwm.sh')
-rwxr-xr-x | sesman/startwm.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sesman/startwm.sh b/sesman/startwm.sh index 16008517..02fc7956 100755 --- a/sesman/startwm.sh +++ b/sesman/startwm.sh @@ -3,7 +3,7 @@ # change the order in line below to run to run whatever window manager you # want, default to kde -SESSIONS="gnome-session blackbox startxfce4 startkde xterm" +SESSIONS="gnome-session blackbox fluxbox startxfce4 startkde xterm" #start the window manager wm_start() |