| Updating qutebrowser start page. - dotfiles - These are my dotfiles. There are … | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit d655708f331b2054ccb85e956b05777b698669b0 | |
| parent c10e1b0d0641d8559aff03bda570dcec87975e4c | |
| Author: Jay Scott <[email protected]> | |
| Date: Sun, 7 Jul 2024 08:44:04 +0100 | |
| Updating qutebrowser start page. | |
| Diffstat: | |
| M qutebrowser/config.py | 4 ++-- | |
| 1 file changed, 2 insertions(+), 2 deletions(-) | |
| --- | |
| diff --git a/qutebrowser/config.py b/qutebrowser/config.py | |
| @@ -11,7 +11,8 @@ except ImportError: | |
| pass | |
| # default local page | |
| -DEFAULT_PAGE = str(config.configdir / 'blank.html') | |
| +#DEFAULT_PAGE = str(config.configdir / 'blank.html') | |
| +DEFAULT_PAGE = "https://dashboard.jay.scot" | |
| # keybinds remapping | |
| config.bind("xx", "set tabs.show always;; later 5000 set tabs.show switching") | |
| @@ -33,7 +34,6 @@ c.colors.hints.bg = "rgb(207,186,88)" #cfba58 | |
| c.colors.hints.fg = "rgb(34, 34, 34)" #222222 | |
| c.colors.webpage.darkmode.enabled = False | |
| c.colors.webpage.darkmode.algorithm = "lightness-hsl" | |
| -c.colors.webpage.darkmode.grayscale.all = True | |
| # misc | |
| c.fonts.hints = "10pt Hack" |