diff options
author | Damian Perticone <mjolnirdam@gmail.com> | 2022-05-04 16:42:16 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-07 13:59:35 +0700 |
commit | b141ea80b00ae4cfdcea7b3bbe1b44c5b306d893 (patch) | |
tree | 4f536f4f2499182f5ec748ad5fa5bb1617960206 /desktop/mwm-utils/README | |
parent | 703e0e772a9a17cb2f28a945d6057f0f978b714a (diff) |
desktop/mwm-utils: Added (utilities for emwm)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/mwm-utils/README')
-rw-r--r-- | desktop/mwm-utils/README | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/desktop/mwm-utils/README b/desktop/mwm-utils/README new file mode 100644 index 0000000000..57ab613e25 --- /dev/null +++ b/desktop/mwm-utils/README @@ -0,0 +1,29 @@ +UTILITIES FOR EMWM +================== +xmsm is simple session manager that provides session configuration and +screen locking and also launches the window manager and the toolbox. + +xmtoolbox is an application launcher/menu configured with a simple +text file. +It also communicates with the session manager to provide lock, log out, +and shutdown commands. + +NOTES +======================= +The session manager may be run from XDM by setting the +DisplayManager*session X resource in xdm-config to xmsession, or by +execing xmsm from ~/.Xprofile. +Just make sure to test whether it works by running 'xinit xmsession' +before doing any of the above. Note that 'xmsession' is just a shell +script that sets up the environment for xmsm, and is not needed when +this has been done already. +- +xmsm is installed suid root, this is required for screen locking and +running sbin commands. Privileges are dropped at startup and are +reacquired only when necessary. +- +System shutdown, reboot and suspend commands can be altered at compile +time only. Edit constants in smconf.h, or override them in CFLAGS if +necessary. + +copy /etc/X11/toolboxrc to ~/.toolboxrc for per-user configuration |