From: Amin Bandali Date: Sat, 17 Mar 2018 14:13:13 +0000 (-0400) Subject: a few small tweaks X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/c650ad3754c4226be05c7fc46d20e6e8c46781b5 a few small tweaks --- 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