From afe7820264c3e77f14f6a21ff46596e8d07554e0 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Tue, 6 Jan 2026 18:07:40 -0500 Subject: Add support for el9. What a mess --- waylandrc | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'waylandrc') diff --git a/waylandrc b/waylandrc index 696b8e9..186eeaa 100755 --- a/waylandrc +++ b/waylandrc @@ -35,5 +35,16 @@ sh -c '/usr/libexec/kf6/polkit-kde-authentication-agent-1' & sh -c '/usr/libexec/pam_kwallet_init' & # sh -c 'kwalletd6' & +RIVERWM_BASE="${RIVERWM_BASE:-$HOME/.local/opt/river}" +if [ -d "$RIVERWM_BASE" ] ; then + export LD_LIBRARY_PATH="$RIVERWM_BASE/lib64:$RIVERWM_BASE/lib" + + _bemenu_lib=$RIVERWM_BASE/lib/bemenu/ + if [ -d "$_bemenu_lib" ] ; then + export BEMENU_RENDERERS="$_bemenu_lib" + fi +fi + + exec river -- cgit v1.2.3