From e75ed7a54f2dd178751d3093a52041e0ec23a0bf Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 25 Feb 2025 09:19:25 -0300 Subject: etc/sh/rc: Replace custom xmodmap of lambda with ß MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- etc/sh/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3