2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00
repo/wayland/sway/post-install
2021-07-10 16:48:56 +03:00

16 lines
433 B
Bash
Executable File

#!/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
or sway-tiny packages instead of this one (and remove libseat).
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