aboutsummaryrefslogtreecommitdiff
path: root/waylandrc
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2026-01-06 18:07:40 -0500
committerMitchell Riedstra <mitch@riedstra.dev>2026-01-06 18:07:40 -0500
commitafe7820264c3e77f14f6a21ff46596e8d07554e0 (patch)
tree6d019c4bc13ea1992fff5f7f23087213dc78d002 /waylandrc
parent6d83c83a0b4228cdd2d785f23cf7faabc7a36f30 (diff)
downloadrivercfg-afe7820264c3e77f14f6a21ff46596e8d07554e0.tar.gz
rivercfg-afe7820264c3e77f14f6a21ff46596e8d07554e0.tar.xz
Add support for el9. What a mess
Diffstat (limited to 'waylandrc')
-rwxr-xr-xwaylandrc11
1 files changed, 11 insertions, 0 deletions
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