Enable reduced tracking mode in nyxt by default

This commit is contained in:
Evie Litherland-Smith 2025-01-23 14:42:14 +00:00
parent 6d2c70a81c
commit e97fec025c

View file

@ -2,7 +2,9 @@
((default-modes
(pushnew 'nyxt/mode/emacs:emacs-mode %slot-value%))
(default-modes
(pushnew 'nyxt/mode/blocker:blocker-mode %slot-value%))))
(pushnew 'nyxt/mode/blocker:blocker-mode %slot-value%))
(default-modes
(pushnew 'nyxt/mode/reduce-tracking:reduce-tracking-mode %slot-value%))))
(define-configuration status-buffer
((glyph-mode-presentation-p t)