diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-09-19 12:42:57 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-09-19 12:42:57 +0300 |
commit | a68febd54a55e9954c92d5d42d098530fbbc24d4 (patch) | |
tree | b01c70bb8e6d0390e2233136e22747df496ffbc8 /dotfiles/.config/qutebrowser/config.py | |
parent | f35f43c2ce2ed7f72f3b0aa4446df706f24f1701 (diff) | |
download | swayrice-a68febd54a55e9954c92d5d42d098530fbbc24d4.tar.gz swayrice-a68febd54a55e9954c92d5d42d098530fbbc24d4.zip |
font change
Diffstat (limited to 'dotfiles/.config/qutebrowser/config.py')
-rw-r--r-- | dotfiles/.config/qutebrowser/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/.config/qutebrowser/config.py b/dotfiles/.config/qutebrowser/config.py index 68cc74b..dfa4d9e 100644 --- a/dotfiles/.config/qutebrowser/config.py +++ b/dotfiles/.config/qutebrowser/config.py @@ -44,7 +44,7 @@ c.url.default_page = "https://srx.yaroslavps.com" c.url.start_pages = "https://srx.yaroslavps.com" ## Default fonts -c.fonts.default_size = "12pt" +c.fonts.default_size = "10pt" ## Background color of the completion widget category headers. ## Type: QssColor |