From 9f6cbf4cd889b809761343bc051e35da8863ff7a Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sat, 4 Nov 2023 16:50:25 +0000 Subject: [PATCH] Don't restore nyxt session on startup --- home/nyxt/config.lisp | 1 + 1 file changed, 1 insertion(+) diff --git a/home/nyxt/config.lisp b/home/nyxt/config.lisp index 20c07c30..5e5a335c 100644 --- a/home/nyxt/config.lisp +++ b/home/nyxt/config.lisp @@ -1,4 +1,5 @@ (setf (uiop:getenv "GTK_THEME") "Adwaita:dark") +(setf (slot-value browser 'restore-session-on-startup-p) nil) (define-configuration buffer ((default-modes (pushnew 'nyxt/mode/emacs:emacs-mode %slot-value%)))) (define-configuration web-buffer