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
|
aw-watcher-window
|
||||||
pulseeffects
|
pulseeffects
|
||||||
xsettingsd
|
xsettingsd
|
||||||
discord-rich-presence
|
;; discord-rich-presence
|
||||||
polkit-gnome
|
polkit-gnome
|
||||||
davmail
|
davmail
|
||||||
xmodmap
|
;; xmodmap
|
||||||
nm-applet))
|
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
|
max-cache-ttl 3600
|
||||||
allow-emacs-pinentry
|
allow-emacs-pinentry
|
||||||
allow-loopback-pinentry
|
allow-loopback-pinentry
|
||||||
|
pinentry-program /home/pavel/.guix-extra-profiles/console/console/bin/pinentry
|
||||||
#+end_src
|
#+end_src
|
||||||
*** Modeline
|
*** Modeline
|
||||||
Show the current workspace in the modeline.
|
Show the current workspace in the modeline.
|
||||||
|
|
@ -3896,11 +3897,11 @@ Register services
|
||||||
aw-watcher-window
|
aw-watcher-window
|
||||||
pulseeffects
|
pulseeffects
|
||||||
xsettingsd
|
xsettingsd
|
||||||
discord-rich-presence
|
;; discord-rich-presence
|
||||||
polkit-gnome
|
polkit-gnome
|
||||||
vpn
|
vpn
|
||||||
davmail
|
davmail
|
||||||
xmodmap
|
;; xmodmap
|
||||||
nm-applet)
|
nm-applet)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue