Reduce zone time to 1 hour

This commit is contained in:
Evie Litherland-Smith 2024-02-17 09:43:36 +00:00
parent f15c364aef
commit f0ba6eaebc

View file

@ -207,12 +207,13 @@
(when (battery-upower) (when (battery-upower)
(display-battery-mode +1)) (display-battery-mode +1))
#+end_src #+end_src
* Zone * Zone
#+begin_src emacs-lisp :tangle yes #+begin_src emacs-lisp :tangle yes
(use-package zone (use-package zone
:ensure t :ensure t
:diminish :diminish
:config (zone-when-idle (* 60 60 2))) ; 2 hours :config (zone-when-idle (* 60 60))) ; 1 hour
#+end_src #+end_src
* Git status in fringe * Git status in fringe