Yet another qutebrowser try.

This commit is contained in:
Bartek Stalewski 2021-09-24 23:59:12 +02:00
parent 4193dd857a
commit 437667c910
2 changed files with 2 additions and 1 deletions

View File

@ -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 = '12pt'
c.fonts.default_size = '11pt'
c.fonts.prompts = 'default_size default_family'
c.input.insert_mode.auto_load = True
c.scrolling.smooth = True

View File

@ -47,6 +47,7 @@ static const Rule rules[] = {
/* class instance title tags mask switchtotag isfloating isterminal noswallow monitor */
{ NULL, NULL, "st", 0, 0, 0, 1, 0, -1 },
{ "Firefox", NULL, NULL, 2, 1, 0, 0, 0, -1 },
{ "qutebrowser", NULL, NULL, 2, 1, 0, 0, 0, -1 },
{ "Ferdi" , NULL, NULL, 1 << 2, 1, 0, 0, 0, -1 },
{ NULL, "mutt", NULL, 1 << 3, 1, 0, 1, 1, -1 },
{ NULL, "nnn", NULL, 1 << 4, 1, 0, 1, 1, -1 },