nyxt: re-enable restoring last session on startup
This commit is contained in:
parent
057b40b035
commit
20882c780b
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
(define-configuration status-buffer
|
(define-configuration status-buffer
|
||||||
((glyph-mode-presentation-p t)
|
((glyph-mode-presentation-p t)
|
||||||
(display-tabs-by-last-access-p t)))
|
(display-tabs-by-last-access-p nil)))
|
||||||
|
|
||||||
(define-configuration :emacs-mode ((glyph "ε")))
|
(define-configuration :emacs-mode ((glyph "ε")))
|
||||||
(define-configuration :force-https-mode ((glyph "ϕ")))
|
(define-configuration :force-https-mode ((glyph "ϕ")))
|
||||||
|
@ -59,6 +59,6 @@
|
||||||
*my-search-engines*))))
|
*my-search-engines*))))
|
||||||
|
|
||||||
(define-configuration browser
|
(define-configuration browser
|
||||||
((restore-session-on-startup-p nil)))
|
((restore-session-on-startup-p t)))
|
||||||
|
|
||||||
(setf (uiop/os:getenv "GTK_THEME") "Adwaita:dark")
|
(setf (uiop/os:getenv "GTK_THEME") "Adwaita:dark")
|
||||||
|
|
Loading…
Reference in a new issue