Add ‘GDK_CORE_DEVICE_EVENTS’
This allows Emacs to accept remapped keys from Stumpwm.
This commit is contained in:
parent
9a49fe75dd
commit
5b0c97e2e5
1 changed files with 2 additions and 0 deletions
|
@ -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/\"")
|
||||
|
|
Loading…
Reference in a new issue