aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/guix/home.scm1
-rw-r--r--etc/sh/rc5
2 files changed, 5 insertions, 1 deletions
diff --git a/etc/guix/home.scm b/etc/guix/home.scm
index cc5f75b..1fe80a8 100644
--- a/etc/guix/home.scm
+++ b/etc/guix/home.scm
@@ -339,6 +339,7 @@
xmessage
dmenu
xmodmap
+ xev
brightnessctl
xss-lock
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
#