mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 23:00:06 -07:00
sway-no-seat: add note to post-install
This commit is contained in:
parent
ab2a291e8e
commit
9bae76c863
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user