diff options
Diffstat (limited to 'waylandrc')
| -rwxr-xr-x | waylandrc | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |
