diff options
author | EuAndreh <eu@euandre.org> | 2025-02-25 09:21:03 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-02-25 09:21:03 -0300 |
commit | 13d5513e19358ba4041f04b309038bde08e1b45f (patch) | |
tree | ba54e47d6b7a4d3cf15ec59c627f3cde185c1dbd /etc/sh | |
parent | etc/sh/rc: Replace custom xmodmap of lambda with ß (diff) | |
download | dotfiles-13d5513e19358ba4041f04b309038bde08e1b45f.tar.gz dotfiles-13d5513e19358ba4041f04b309038bde08e1b45f.tar.xz |
etc/sh/rc: Add documentation of sourcing xmodmap data
Diffstat (limited to 'etc/sh')
-rw-r--r-- | etc/sh/rc | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -499,10 +499,12 @@ fi if [ -n "${DISPLAY:-}" ]; then xset s 1800 xset r rate 225 100 - # via xev(1): + # Get keycode number by running `xev(1)`, and symname by looking at the + # definitions in `X11/keysymdef.h`. xmodmap \ - -e 'keycode 118 = ssharp bar' \ - -e 'keycode 75 = slash question' + -e 'keycode 118 = ssharp bar' \ + -e 'keycode 75 = slash question' \ + fi # |