aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-07-26 19:42:03 -0300
committerEuAndreh <eu@euandre.org>2023-07-26 19:42:03 -0300
commitb7481f41c3a8c5f65d157bed4deadc3aa0dc0380 (patch)
tree4fd6fe29a91da83ff54d9f37e4bb3d50c8161103
parentetc/sh/rc: Remove $EXINIT mapping from tab char in command mode (diff)
downloaddotfiles-b7481f41c3a8c5f65d157bed4deadc3aa0dc0380.tar.gz
dotfiles-b7481f41c3a8c5f65d157bed4deadc3aa0dc0380.tar.xz
etc/sh/rc: When X is available, set the keyboard "Insert" key
-rw-r--r--etc/sh/rc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/sh/rc b/etc/sh/rc
index 70e9515..e52701c 100644
--- a/etc/sh/rc
+++ b/etc/sh/rc
@@ -433,6 +433,7 @@ fi
if [ -n "${DISPLAY:-}" ]; then
xset s 1800
xset r rate 225 100
+ xmodmap -e 'keycode 118 = bar Greek_lamda'
fi
#