summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--desktop.org9
1 files changed, 9 insertions, 0 deletions
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 [email protected]; echo \"password=$(pass show fastmail.com/[email protected] | 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
+