2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-12-23 07:40:11 -07:00
repo/wayland/sway-no-seat/post-install

17 lines
364 B
Plaintext
Raw Normal View History

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)
EOF