From 5a89564126d3e679cc455651bc3eec5ffd91478c Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Thu, 24 Aug 2023 04:41:37 +0300 Subject: desktop: Add gnupg conf --- desktop.org | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'desktop.org') diff --git a/desktop.org b/desktop.org index 57d4a22..d699476 100644 --- a/desktop.org +++ b/desktop.org @@ -2,6 +2,7 @@ #+PROPERTY: header-args :mkdirp yes #+auto_tangle: t #+STARTUP: overview + * Git #+begin_src conf :tangle ~/.gitconfig [user] @@ -24,6 +25,12 @@ helper = "!f() { echo username=thanosapollo@fastmail.com; echo \"password=$(pass show fastmail.com/thanosapollo@fastmail.com | sed -n '/smtp:/,+3p')\"; }; f" #+end_src +* gnupgp +#+begin_src conf :tangle ~/.gnupg/gpg-agent.conf + default-cache-ttl 172800 + max-cache-ttl 282800 + pinentry-program /home/thanos/.stumpwm.d/modules/util/pinentry/stumpwm-pinentry +#+end_src * Hyprland ** Config *** Keyboard & monitors @@ -210,6 +217,7 @@ wallpaper = LVDS-1, ~/wallpapers/science-athlete.jpg #+end_src + * Waybar ** Configuration #+begin_src jsonc :tangle ~/.config/waybar/config.jsonc @@ -614,3 +622,4 @@ #+end_src + -- cgit v1.2.3