From 2944306588358e910bf791b58712d1e450e0648f Mon Sep 17 00:00:00 2001 From: surdeus Date: Thu, 1 Aug 2024 18:19:59 +0500 Subject: [PATCH] ... --- dot/file/profile | 1 + river/init | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dot/file/profile b/dot/file/profile index 9dc2e66..d55ccfe 100755 --- a/dot/file/profile +++ b/dot/file/profile @@ -74,6 +74,7 @@ if test "$OS" != "Windows_NT" ; then fi # COMMON + export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/lib64" export LANG="en_US.UTF-8" # Custom. diff --git a/river/init b/river/init index ed31662..0d72d28 100755 --- a/river/init +++ b/river/init @@ -20,8 +20,8 @@ riverctl border-color-unfocused 0x586e75 # Note: the "Super" modifier is also known as Logo, GUI, Windows, Mod4, etc. # Super+Shift+Return to start an instance of foot (https://codeberg.org/dnkl/foot) -riverctl map normal Super+Shift Return spawn "$XTERMINAL" -riverctl map normal Super+Alt+Shift Return spawn "$XTERMINAL tmux" +riverctl map normal Super+Shift Return spawn "eval $XTERMINAL" +riverctl map normal Super+Alt+Shift Return spawn "eval $XTERMINAL tmux" #riverctl map normal Super+Alt+Shift Return spawn '$ETC/river/mterm' # Close the focused view.