foot: use lowercase in key bindings

This commit is contained in:
Hoang Nguyen 2021-05-29 05:00:04 +03:00
parent 2e7f56c14a
commit 3d0e045de2
No known key found for this signature in database
GPG Key ID: 813CF484F4993419
2 changed files with 5 additions and 5 deletions

View File

@ -131,10 +131,10 @@ pipe-selected=[xargs -r qutebrowser] none
# commit=Return
# find-prev=Control+r
# find-next=Control+s
cursor-left=Left Shift+H
cursor-left-word=Control+Left Control+Shift+H
cursor-right=Right Shift+L
cursor-right-word=Control+Right Control+Shift+L
cursor-left=Left Shift+h
cursor-left-word=Control+Left Control+Shift+h
cursor-right=Right Shift+l
cursor-right-word=Control+Right Control+Shift+l
# cursor-home=Home Control+a
# cursor-end=End Control+e
# delete-prev=BackSpace

View File

@ -36,6 +36,6 @@ then
export XKB_DEFAULT_OPTIONS="grp:rshift_toggle"
fi
export XDG_CURRENT_DESKTOP=$1
export XDG_CURRENT_DESKTOP="$1"
# $HOME/.config/emacs-config/doom/bin/doom env
exec dbus-run-session "$@" > "${XDG_RUNTIME_DIR}/$1-$(date "+%Y-%m-%d").log" 2>&1