[StumpWM] Register AltGr key

This commit is contained in:
Lucien Cartier-Tilet 2022-05-31 21:07:45 +02:00
parent 031ef95b5e
commit 386fe3962e
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 8 additions and 0 deletions

View File

@ -156,6 +156,14 @@ pointer as well as get a bunch of stuff started. To see whats 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, well load a couple of my custom files that will be described below:
#+name: first-loaded-files
| File to be loaded |