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=
|
Edit the following file =~/.gnupg/gpg-agent.conf=
|
||||||
|
|
||||||
#+begin_src conf
|
#+begin_src conf
|
||||||
max-cache-ttl 60480000
|
|
||||||
default-cache-ttl 60480000
|
default-cache-ttl 60480000
|
||||||
|
max-cache-ttl 60480000
|
||||||
#+end_src
|
#+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
|
* Launcher - Rofi
|
||||||
https://github.com/DaveDavenport/rofi
|
https://github.com/DaveDavenport/rofi
|
||||||
|
|
||||||
@ -1743,7 +1748,7 @@ for file in ./*; do
|
|||||||
command ${file};
|
command ${file};
|
||||||
done
|
done
|
||||||
#+end_src
|
#+end_src
|
||||||
* Some notes
|
* Some notes - Systemd
|
||||||
To improve the startup time.
|
To improve the startup time.
|
||||||
|
|
||||||
#+begin_src bash
|
#+begin_src bash
|
||||||
@ -1751,6 +1756,12 @@ sudo systemctl disable apparmor
|
|||||||
sudo systemctl disable snapd
|
sudo systemctl disable snapd
|
||||||
sudo systemctl disable systemd-backlight@backlight\:intel_backlight.service
|
sudo systemctl disable systemd-backlight@backlight\:intel_backlight.service
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
To see next timers
|
||||||
|
#+begin_src matlab
|
||||||
|
systemctl --user list-timers
|
||||||
|
#+end_src
|
||||||
|
|
||||||
* Ressources
|
* Ressources
|
||||||
** Dotfiles
|
** Dotfiles
|
||||||
- https://github.com/LukeSmithxyz/voidrice
|
- https://github.com/LukeSmithxyz/voidrice
|
||||||
|
Loading…
Reference in New Issue
Block a user