forked from kiss-community/repo
10 lines
214 B
Plaintext
10 lines
214 B
Plaintext
|
#!/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
|
||
|
package instead of this one (and remove libseat).
|
||
|
|
||
|
EOF
|