mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
feat(desktop): update gpg-agent, disable one-short services
This commit is contained in:
parent
17b8a2789d
commit
30131e4971
3 changed files with 12 additions and 4 deletions
|
|
@ -123,8 +123,8 @@
|
|||
aw-watcher-window
|
||||
pulseeffects
|
||||
xsettingsd
|
||||
discord-rich-presence
|
||||
;; discord-rich-presence
|
||||
polkit-gnome
|
||||
davmail
|
||||
xmodmap
|
||||
;; xmodmap
|
||||
nm-applet))
|
||||
|
|
|
|||
7
.gnupg/gpg-agent.conf
Normal file
7
.gnupg/gpg-agent.conf
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# [[file:../Desktop.org::*Pinentry][Pinentry:2]]
|
||||
default-cache-ttl 3600
|
||||
max-cache-ttl 3600
|
||||
allow-emacs-pinentry
|
||||
allow-loopback-pinentry
|
||||
pinentry-program /home/pavel/.guix-extra-profiles/console/console/bin/pinentry
|
||||
# Pinentry:2 ends here
|
||||
|
|
@ -253,6 +253,7 @@ default-cache-ttl 3600
|
|||
max-cache-ttl 3600
|
||||
allow-emacs-pinentry
|
||||
allow-loopback-pinentry
|
||||
pinentry-program /home/pavel/.guix-extra-profiles/console/console/bin/pinentry
|
||||
#+end_src
|
||||
*** Modeline
|
||||
Show the current workspace in the modeline.
|
||||
|
|
@ -3896,11 +3897,11 @@ Register services
|
|||
aw-watcher-window
|
||||
pulseeffects
|
||||
xsettingsd
|
||||
discord-rich-presence
|
||||
;; discord-rich-presence
|
||||
polkit-gnome
|
||||
vpn
|
||||
davmail
|
||||
xmodmap
|
||||
;; xmodmap
|
||||
nm-applet)
|
||||
#+end_src
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue