2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-15 12:22:26 +00:00
repo/wayland/sway-no-seat/post-install

17 lines
364 B
Plaintext
Raw Normal View History

2021-07-08 09:06:02 +00:00
#!/bin/sh -e
2021-07-08 09:43:09 +00:00
chown root:input "$KISS_ROOT/usr/bin/sway"
2021-07-09 22:21:28 +00:00
chmod g+s "$KISS_ROOT/usr/bin/sway"
2021-07-08 14:56:09 +00: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)
EOF