From 386fe3962e754bb0a9926a23dc63086f6bf6dbf4 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Tue, 31 May 2022 21:07:45 +0200 Subject: [PATCH] [StumpWM] Register AltGr key --- org/config/stumpwm.org | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/org/config/stumpwm.org b/org/config/stumpwm.org index fecb1b5..0e867ea 100644 --- a/org/config/stumpwm.org +++ b/org/config/stumpwm.org @@ -156,6 +156,14 @@ pointer as well as get a bunch of stuff started. To see what’s in the (run-shell-command "sleep 1 && autorandr -l home && autostart") #+end_src +Next I need to register the AltGr key so it works correctly when used. +On my system, the value of ~*altgr-offset*~ is 4, but on yours it might +be 6, so be careful and refer to the manual on that matter. +#+begin_src lisp +(setf *altgr-offset* 4) +(register-altgr-as-modifier) +#+end_src + Now, we’ll load a couple of my custom files that will be described below: #+name: first-loaded-files | File to be loaded |