mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-24 16:28:22 -05:00
foot: use lowercase in key bindings
This commit is contained in:
parent
2e7f56c14a
commit
3d0e045de2
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user