nyxt: add glyphs for various modes
This commit is contained in:
parent
40923b29df
commit
416ef49228
|
@ -6,6 +6,15 @@
|
||||||
((glyph-mode-presentation-p t)
|
((glyph-mode-presentation-p t)
|
||||||
(display-tabs-by-last-access-p t)))
|
(display-tabs-by-last-access-p t)))
|
||||||
|
|
||||||
|
(define-configuration :force-https-mode ((glyph "ϕ")))
|
||||||
|
(define-configuration :user-script-mode ((glyph "u")))
|
||||||
|
(define-configuration :blocker-mode ((glyph "β")))
|
||||||
|
(define-configuration :proxy-mode ((glyph "π")))
|
||||||
|
(define-configuration :reduce-tracking-mode ((glyph "τ")))
|
||||||
|
(define-configuration :certificate-exception-mode ((glyph "χ")))
|
||||||
|
(define-configuration :style-mode ((glyph "ϕ")))
|
||||||
|
(define-configuration :cruise-control-mode ((glyph "σ")))
|
||||||
|
|
||||||
(define-configuration browser
|
(define-configuration browser
|
||||||
((restore-session-on-startup-p nil)
|
((restore-session-on-startup-p nil)
|
||||||
(theme (make-instance
|
(theme (make-instance
|
||||||
|
|
Loading…
Reference in a new issue