From 349ba5818563ba0d07737359a7b7809d5e7b1522 Mon Sep 17 00:00:00 2001 From: Thomas Dehaeze Date: Sun, 1 Mar 2020 21:39:35 +0100 Subject: [PATCH] Update main page --- dotfiles/index.org | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/dotfiles/index.org b/dotfiles/index.org index 2a805fe..b943df5 100644 --- a/dotfiles/index.org +++ b/dotfiles/index.org @@ -286,10 +286,15 @@ https://gnupg.org/ Edit the following file =~/.gnupg/gpg-agent.conf= #+begin_src conf - max-cache-ttl 60480000 default-cache-ttl 60480000 + max-cache-ttl 60480000 #+end_src +** Gnome-Keyring and automatic GnuPG key unlocking +Note: GNOME users, and by extension any gnome-keyring user may have to follow the instructions at the end of the previous section on enabling autologin. + +Alternative: https://github.com/cruegge/pam-gnupg + * Launcher - Rofi https://github.com/DaveDavenport/rofi @@ -1743,7 +1748,7 @@ for file in ./*; do command ${file}; done #+end_src -* Some notes +* Some notes - Systemd To improve the startup time. #+begin_src bash @@ -1751,6 +1756,12 @@ sudo systemctl disable apparmor sudo systemctl disable snapd sudo systemctl disable systemd-backlight@backlight\:intel_backlight.service #+end_src + +To see next timers +#+begin_src matlab + systemctl --user list-timers +#+end_src + * Ressources ** Dotfiles - https://github.com/LukeSmithxyz/voidrice