2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-08-20 21:26:18 +00:00
repo/wayland/sway/post-install

10 lines
228 B
Plaintext
Raw Normal View History

2021-07-08 07:58:34 +00: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 09:41:57 +00:00
or sway-tiny packages instead of this one (and remove libseat).
2021-07-08 07:58:34 +00:00
EOF