diff options
Diffstat (limited to 'wm/emwm-utils/MESSAGE')
-rw-r--r-- | wm/emwm-utils/MESSAGE | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/wm/emwm-utils/MESSAGE b/wm/emwm-utils/MESSAGE new file mode 100644 index 00000000000..7ac39594290 --- /dev/null +++ b/wm/emwm-utils/MESSAGE @@ -0,0 +1,18 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1 2022/07/04 20:20:56 pin Exp $ + +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. + +=========================================================================== |