Update main page
This commit is contained in:
parent
b7b6db5f55
commit
349ba58185
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user