From 5b0c97e2e5d1502418b96b326c7dc30fafc29796 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 7 Dec 2023 23:36:31 -0800 Subject: Add ‘GDK_CORE_DEVICE_EVENTS’ This allows Emacs to accept remapped keys from Stumpwm. --- oni/home/services/environment.scm | 2 ++ 1 file changed, 2 insertions(+) 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/\"") -- cgit v1.2.3-54-g00ecf