mirror of
https://codeberg.org/kiss-community/repo
synced 2024-11-15 03:00:10 -07:00
10 lines
228 B
Bash
Executable File
10 lines
228 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).
|
|
|
|
EOF
|