2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00
repo/wayland/sway/post-install
Owen Rafferty e6f33e0f23
sway: 1.8
2022-12-26 22:45:18 -06:00

16 lines
378 B
Bash
Executable File

#!/bin/sh -e
cat <<EOF
NOTE: In order to function, sway must be launched either
with 'seatd-launch [args] sway [args]' or under a
running seatd daemon.
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