Init files for the nyxt browser.
Quick and dirty tags for buffers. Load this to get
buffer-tag-mode
. When it is activated, C-M-digit
assigns that digit to the current buffer as a tag and
thereafter C-digit
switches to that buffer. Inspired by
this issue.
An attempt to auto-fill login credentials. The entry point
is fill-credentials
.
You can semi-automate the use of this with:
(define-configuration web-buffer
((buffer-loaded-hook
(reduce #'hooks:add-hook
(mapcar #'nyxt::make-handler-buffer (list #'nyxt::fill-credentials-if-login-present))
:initial-value %slot-default%))))
once fill-credentials.lisp
is loaded (and you have a
password interface setup!).
A low-clutter status bar. Just history forward/back on the left and page url/title in the middle. Mouse-over the small right block to see the active modes.
A moderately thorough-going dark theme. If you find any browser chrome that hasn't been darkly styled: it's a bug!