From 79586007b97ba3afb46854e8ddcb49b95a31fe2d Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 8 Jul 2021 17:57:04 +0300 Subject: [PATCH] sway: add note to post-install --- wayland/sway/post-install | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/wayland/sway/post-install b/wayland/sway/post-install index 4f579ff1..1aea9a00 100755 --- a/wayland/sway/post-install +++ b/wayland/sway/post-install @@ -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