repo/wayland/sway/post-install

16 lines
433 B
Plaintext
Raw Normal View History

2021-07-08 07:58:34 +00:00
#!/bin/sh -e
cat <<EOF
2021-07-10 13:48:56 +00:00
NOTE: sway requires the seatd daemon be running to function.
If no seat management is desired, install the sway-no-seat
2021-07-08 09:41:57 +00:00
or sway-tiny packages instead of this one (and remove libseat).
2021-07-08 07:58:34 +00:00
2021-07-08 14:57:04 +00:00
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-08 07:58:34 +00:00
EOF