diff options
author | jsorg71 <jsorg71> | 2005-09-25 03:30:09 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2005-09-25 03:30:09 +0000 |
commit | 19d37b565cfadc7e7e0e643b93b16aeefe237a5c (patch) | |
tree | bf682c3f866975279afc8e2a0de6d82d7ca6f22f /sesman/sesman.ini | |
parent | 7fecb6ae64551ae96816ccb2e0dc14533b650ff3 (diff) | |
download | xrdp-proprietary-19d37b565cfadc7e7e0e643b93b16aeefe237a5c.tar.gz xrdp-proprietary-19d37b565cfadc7e7e0e643b93b16aeefe237a5c.zip |
added user specific window manager startup script and SIGUP to reload sesman configuration
Diffstat (limited to 'sesman/sesman.ini')
-rw-r--r-- | sesman/sesman.ini | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sesman/sesman.ini b/sesman/sesman.ini index d01e8d2f..079f99d5 100644 --- a/sesman/sesman.ini +++ b/sesman/sesman.ini @@ -1,5 +1,5 @@ - -[globals] -auth=pam -xserver=Xvnc :%d -geometry %dx%d -depth %d -bs -wm=startkde +[Globals] +ListenPort=3350 +EnableUserWindowManager=1 +UserWindowManager=startwm.sh +DefaultWindowManager=startwm.sh |