aboutsummaryrefslogtreecommitdiff
path: root/etc/sh/rc
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-02-25 09:19:25 -0300
committerEuAndreh <eu@euandre.org>2025-02-25 09:19:25 -0300
commite75ed7a54f2dd178751d3093a52041e0ec23a0bf (patch)
treeba9af238068ddbdcffa2c116bd2348a79d698850 /etc/sh/rc
parentetc/guix/home.scm: Add "anki" package (diff)
downloaddotfiles-e75ed7a54f2dd178751d3093a52041e0ec23a0bf.tar.gz
dotfiles-e75ed7a54f2dd178751d3093a52041e0ec23a0bf.tar.xz
etc/sh/rc: Replace custom xmodmap of lambda with ß
Diffstat (limited to 'etc/sh/rc')
-rw-r--r--etc/sh/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/sh/rc b/etc/sh/rc
index 43605c7..bfd2946 100644
--- a/etc/sh/rc
+++ b/etc/sh/rc
@@ -501,7 +501,7 @@ if [ -n "${DISPLAY:-}" ]; then
xset r rate 225 100
# via xev(1):
xmodmap \
- -e 'keycode 118 = bar Greek_lamda' \
+ -e 'keycode 118 = ssharp bar' \
-e 'keycode 75 = slash question'
fi