sway-no-seat: add note to post-install

This commit is contained in:
Dylan Araps 2021-07-08 17:56:09 +03:00
parent ab2a291e8e
commit 9bae76c863
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

@ -2,3 +2,15 @@
chown root:input "$KISS_ROOT/usr/bin/sway"
chmod g+s "$KISS_ROOT"/usr/bin/sway
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)
EOF