sway: add note to post-install

This commit is contained in:
Dylan Araps 2021-07-08 17:57:04 +03:00
parent b076cae3f0
commit 79586007b9
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 6 additions and 0 deletions

View File

@ -6,4 +6,10 @@ 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