Set up StumpWM pinentry module

This commit is contained in:
Jeremy Dormitzer 2020-07-07 11:38:38 -04:00
parent 81576f8fe6
commit dbab5bf249
2 changed files with 8 additions and 1 deletions

View File

@ -1,2 +1,3 @@
grab
default-cache-ttl 1800
default-cache-ttl 1800
pinentry-program /home/jdormit/.stumpwm.d/contrib/util/pinentry/stumpwm-pinentry

View File

@ -209,6 +209,12 @@
(run-shell-command "xsetroot -cursor_name left_ptr")
(run-shell-command "setxkbmap -option caps:escape")
;; GPG
(ql:quickload "cffi")
(ql:quickload "usocket")
(ql:quickload "percent-encoding")
(load-module "pinentry")
;; UI
(ql:quickload "clx-truetype")
(load-module "ttf-fonts")