aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2023-12-07 23:36:31 -0800
committerGravatar Tom Willemse2023-12-07 23:36:31 -0800
commit5b0c97e2e5d1502418b96b326c7dc30fafc29796 (patch)
treebe74d6b8361b5f4fd2e52db841e470ffa6c0b386
parent9a49fe75dd2b39c8c5b5a5b4934b17d3b7f4f6dc (diff)
downloadnew-dotfiles-5b0c97e2e5d1502418b96b326c7dc30fafc29796.tar.gz
new-dotfiles-5b0c97e2e5d1502418b96b326c7dc30fafc29796.zip
Add ‘GDK_CORE_DEVICE_EVENTS’
This allows Emacs to accept remapped keys from Stumpwm.
-rw-r--r--oni/home/services/environment.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/oni/home/services/environment.scm b/oni/home/services/environment.scm
index e89fbc4..b6d4aec 100644
--- a/oni/home/services/environment.scm
+++ b/oni/home/services/environment.scm
@@ -15,6 +15,8 @@
("GUIX_LOCPATH" . "$HOME/.guix-home/profile/lib/locale")
("XDG_DATA_DIRS" . "${XDG_DATA_DIRS}${XDG_DATA_DIRS:+:}/usr/local/share:/usr/share")
("FILTER_BRANCH_SQUELCH_WARNING" . "1")
+ ;; To allow my Emacs to accept remapped keys from Stumpwm.
+ ("GDK_CORE_DEVICE_EVENTS" . "1")
;; Temporary until I create services for them.
("SUDO_ASKPASS" . "${HOME}/usr/bin/askpass-rofi")
("SCSH_LIB_DIRS" . "${SCSH_LIB_DIRS} \"${HOME}/usr/share/scsh/\"")