Map caps lock to escape in StumpWM config

This commit is contained in:
Jeremy Dormitzer 2019-12-28 11:45:37 -05:00
parent 27fae09f23
commit 49b842d370

View File

@ -34,6 +34,7 @@
;; X Windows config
(run-shell-command "xsetroot -cursor_name left_ptr")
(run-shell-command "setxkbmap -option caps:escape")
;; UI
(ql:quickload "clx-truetype")