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