...
This commit is contained in:
parent
85dcb183e3
commit
2944306588
2 changed files with 3 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue