2021-07-08 03:06:02 -06:00
|
|
|
#!/bin/sh -e
|
|
|
|
|
2021-07-08 03:43:09 -06:00
|
|
|
chown root:input "$KISS_ROOT/usr/bin/sway"
|
2021-07-09 16:21:28 -06:00
|
|
|
chmod g+s "$KISS_ROOT/usr/bin/sway"
|
2021-07-08 08:56:09 -06:00
|
|
|
|
|
|
|
cat <<EOF
|
|
|
|
|
|
|
|
NOTE: You must be in the 'video' group.
|
|
|
|
|
|
|
|
NOTE: You must set XDG_RUNTIME_DIR in your shellrc
|
|
|
|
or .profile for things to work. This directory
|
|
|
|
must exist and must be writable by your user.
|
|
|
|
|
|
|
|
export XDG_RUNTIME_DIR=/run/user/\$(id -u)
|
|
|
|
|
2021-07-13 07:10:57 -06:00
|
|
|
NOTE: You must be the first to call DRMSetMaster.
|
|
|
|
|
|
|
|
If you cannot fulfil this requirement, you must
|
|
|
|
use the 'sway' package and run the 'seatd' daemon.
|
|
|
|
|
|
|
|
Another option is to setuid root the sway binary.
|
|
|
|
|
2021-07-08 08:56:09 -06:00
|
|
|
EOF
|