2021-07-08 01:58:34 -06:00
|
|
|
#!/bin/sh -e
|
|
|
|
|
|
|
|
cat <<EOF
|
|
|
|
|
2022-12-26 21:45:18 -07:00
|
|
|
NOTE: In order to function, sway must be launched either
|
|
|
|
with 'seatd-launch [args] sway [args]' or under a
|
|
|
|
running seatd daemon.
|
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
|