Yet another qutebrowser try.
This commit is contained in:
parent
4193dd857a
commit
437667c910
@ -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
|
||||
|
@ -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 },
|
||||
|
Loading…
Reference in New Issue
Block a user