summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--getmail/.getmail/getmailrc1
-rw-r--r--gnupg/.gnupg/gpg-agent.conf3
-rw-r--r--latexmk/.latexmkrc2
-rw-r--r--rofi/.config/rofi/config2
4 files changed, 6 insertions, 2 deletions
diff --git a/getmail/.getmail/getmailrc b/getmail/.getmail/getmailrc
index acacba9..188c621 100644
--- a/getmail/.getmail/getmailrc
+++ b/getmail/.getmail/getmailrc
@@ -2,6 +2,7 @@
type = SimplePOP3SSLRetriever
server = fencepost.gnu.org
username = aminb
+password_command = ("gpg2", "--no-tty", "-q", "-d", "~/.passwd/gnu.gpg")
port = 995
use_apop = True
diff --git a/gnupg/.gnupg/gpg-agent.conf b/gnupg/.gnupg/gpg-agent.conf
index 5a5cdd4..d54305a 100644
--- a/gnupg/.gnupg/gpg-agent.conf
+++ b/gnupg/.gnupg/gpg-agent.conf
@@ -1,2 +1,5 @@
+default-cache-ttl 43200
+max-cache-ttl 43200
+
default-cache-ttl-ssh 10800
max-cache-ttl-ssh 10800
diff --git a/latexmk/.latexmkrc b/latexmk/.latexmkrc
index fba0b29..c86e34e 100644
--- a/latexmk/.latexmkrc
+++ b/latexmk/.latexmkrc
@@ -1,4 +1,4 @@
-$pdf_previewer = "zathura %O %S";
+$pdf_previewer = "start okular %O %S";
$clean_ext = "aux out";
#$pdf_update_method = 4;
#$pdf_update_command = "zathura %O %S";
diff --git a/rofi/.config/rofi/config b/rofi/.config/rofi/config
index 6b5a1ac..e9947be 100644
--- a/rofi/.config/rofi/config
+++ b/rofi/.config/rofi/config
@@ -14,4 +14,4 @@ rofi.monitor: -1
!rofi.theme: /usr/share/rofi/themes//Paper.rasi
!rofi.theme: /usr/share/rofi/themes//sidebar.rasi
-rofi.theme: /usr/share/rofi/themes//gruvbox-light.rasi
+rofi.theme: .nix-profile/share/rofi/themes//gruvbox-light.rasi