aboutsummaryrefslogtreecommitdiff
path: root/etc/sh/rc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/sh/rc')
-rw-r--r--etc/sh/rc5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/sh/rc b/etc/sh/rc
index bb9398a..6ecf7d9 100644
--- a/etc/sh/rc
+++ b/etc/sh/rc
@@ -500,7 +500,10 @@ fi
if [ -n "${DISPLAY:-}" ]; then
xset s 1800
xset r rate 225 100
- xmodmap -e 'keycode 118 = bar Greek_lamda'
+ # via xev(1):
+ xmodmap \
+ -e 'keycode 118 = bar Greek_lamda' \
+ -e 'keycode 75 = slash question'
fi
#