Set up StumpWM pinentry module
This commit is contained in:
parent
81576f8fe6
commit
dbab5bf249
@ -1,2 +1,3 @@
|
||||
grab
|
||||
default-cache-ttl 1800
|
||||
default-cache-ttl 1800
|
||||
pinentry-program /home/jdormit/.stumpwm.d/contrib/util/pinentry/stumpwm-pinentry
|
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user