From e97fec025c8bd0f8313dfb0fdfb62bd7c7c08929 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 23 Jan 2025 14:42:14 +0000 Subject: [PATCH] Enable reduced tracking mode in nyxt by default --- system/home/browser/config.lisp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/system/home/browser/config.lisp b/system/home/browser/config.lisp index 31136145..36c62deb 100644 --- a/system/home/browser/config.lisp +++ b/system/home/browser/config.lisp @@ -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)