From 3d0e045de22e3c488ed87c623316467a4dbcd5e4 Mon Sep 17 00:00:00 2001 From: FollieHiyuki Date: Sat, 29 May 2021 05:00:04 +0300 Subject: [PATCH] foot: use lowercase in key bindings --- home/.config/foot/foot.ini | 8 ++++---- home/.local/bin/startwl | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/home/.config/foot/foot.ini b/home/.config/foot/foot.ini index 6b6e16f..4f29961 100644 --- a/home/.config/foot/foot.ini +++ b/home/.config/foot/foot.ini @@ -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 diff --git a/home/.local/bin/startwl b/home/.local/bin/startwl index a48f7a8..16ebb74 100755 --- a/home/.local/bin/startwl +++ b/home/.local/bin/startwl @@ -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