diff --git a/_desktop/qutebrowser/config.py b/_desktop/qutebrowser/config.py index 325a403..b7ebbbc 100644 --- a/_desktop/qutebrowser/config.py +++ b/_desktop/qutebrowser/config.py @@ -18,7 +18,7 @@ c.downloads.position = 'bottom' c.downloads.remove_finished = 20000 c.downloads.location.directory = os.path.expanduser("~") c.fonts.default_family = ["JetBrainsMono Nerd Font Mono"] -c.fonts.default_size = '10pt' +c.fonts.default_size = '12pt' c.fonts.prompts = 'default_size default_family' c.input.insert_mode.auto_load = True c.scrolling.smooth = True diff --git a/_desktop/zathura/zathurarc b/_desktop/zathura/zathurarc index 3aef9c7..7743133 100644 --- a/_desktop/zathura/zathurarc +++ b/_desktop/zathura/zathurarc @@ -1,4 +1,4 @@ -set font "JetBrainsMono Nerd Font Mono 10" +set font "JetBrainsMono Nerd Font Mono 12" set sandbox none set statusbar-h-padding 0 set statusbar-v-padding 0