diff options
author | EuAndreh <eu@euandre.org> | 2025-02-25 09:19:25 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-02-25 09:19:25 -0300 |
commit | e75ed7a54f2dd178751d3093a52041e0ec23a0bf (patch) | |
tree | ba9af238068ddbdcffa2c116bd2348a79d698850 /etc | |
parent | etc/guix/home.scm: Add "anki" package (diff) | |
download | dotfiles-e75ed7a54f2dd178751d3093a52041e0ec23a0bf.tar.gz dotfiles-e75ed7a54f2dd178751d3093a52041e0ec23a0bf.tar.xz |
etc/sh/rc: Replace custom xmodmap of lambda with ß
Diffstat (limited to 'etc')
-rw-r--r-- | etc/sh/rc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |