Compare commits

..

2 commits

Author SHA1 Message Date
5b0c97e2e5 Add ‘GDK_CORE_DEVICE_EVENTS’
This allows Emacs to accept remapped keys from Stumpwm.
2023-12-07 23:36:31 -08:00
9a49fe75dd Update ‘inkplate-display’ to latest version 2023-12-07 23:36:11 -08:00
2 changed files with 4 additions and 2 deletions

View file

@ -15,6 +15,8 @@
("GUIX_LOCPATH" . "$HOME/.guix-home/profile/lib/locale") ("GUIX_LOCPATH" . "$HOME/.guix-home/profile/lib/locale")
("XDG_DATA_DIRS" . "${XDG_DATA_DIRS}${XDG_DATA_DIRS:+:}/usr/local/share:/usr/share") ("XDG_DATA_DIRS" . "${XDG_DATA_DIRS}${XDG_DATA_DIRS:+:}/usr/local/share:/usr/share")
("FILTER_BRANCH_SQUELCH_WARNING" . "1") ("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. ;; Temporary until I create services for them.
("SUDO_ASKPASS" . "${HOME}/usr/bin/askpass-rofi") ("SUDO_ASKPASS" . "${HOME}/usr/bin/askpass-rofi")
("SCSH_LIB_DIRS" . "${SCSH_LIB_DIRS} \"${HOME}/usr/share/scsh/\"") ("SCSH_LIB_DIRS" . "${SCSH_LIB_DIRS} \"${HOME}/usr/share/scsh/\"")

View file

@ -9,7 +9,7 @@
#:use-module (oni packages inkplate)) #:use-module (oni packages inkplate))
(define-public inkplate-display (define-public inkplate-display
(let ((commit "8b2782e00b37d6e94d17071b7fe570d654af56f6") (let ((commit "74cfa41b83a18469ed470fa47a208f74abedc0b6")
(revision "0")) (revision "0"))
(package (package
(name "inkplate-display") (name "inkplate-display")
@ -21,7 +21,7 @@
(commit commit))) (commit commit)))
(method git-fetch) (method git-fetch)
(sha256 (sha256
(base32 "0s8vm09zdhwyvdnna68yhwxcxn869g5xds8p87jfzwvi7rg08crr")) (base32 "1w35wqw9y77gcx7rcc74b0f7n0vjk4yh8xicjkfc5by5vzffrhc6"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(propagated-inputs (propagated-inputs
(list guile-3.0 guile-inkplate)) (list guile-3.0 guile-inkplate))