Still in love with qutebrowser...
This commit is contained in:
parent
73862c161f
commit
9aa99829fb
2 changed files with 4 additions and 3 deletions
|
@ -7,7 +7,7 @@ c.auto_save.session = False
|
||||||
c.changelog_after_upgrade = 'never'
|
c.changelog_after_upgrade = 'never'
|
||||||
c.completion.cmd_history_max_items = -1
|
c.completion.cmd_history_max_items = -1
|
||||||
c.completion.height = '30%'
|
c.completion.height = '30%'
|
||||||
c.confirm_quit = ['always']
|
c.confirm_quit = ['downloads']
|
||||||
c.content.autoplay = False
|
c.content.autoplay = False
|
||||||
c.content.default_encoding = 'utf-8'
|
c.content.default_encoding = 'utf-8'
|
||||||
c.content.dns_prefetch = False
|
c.content.dns_prefetch = False
|
||||||
|
|
|
@ -47,7 +47,8 @@ static const Rule rules[] = {
|
||||||
*/
|
*/
|
||||||
/* class instance title tags mask isfloating isterminal noswallow monitor */
|
/* class instance title tags mask isfloating isterminal noswallow monitor */
|
||||||
{ NULL, NULL, "st", 0, 0, 1, 0, -1 },
|
{ NULL, NULL, "st", 0, 0, 1, 0, -1 },
|
||||||
{ "Chromium-browser", NULL, NULL, 2, 0, 0, 0, -1 },
|
{ "qutebrowser", NULL, NULL, 2, 0, 0, 0, -1 },
|
||||||
|
{ "Chromium", NULL, NULL, 2, 0, 0, 0, -1 },
|
||||||
{ "Ferdi" , NULL, NULL, 1 << 2, 0, 0, 0, -1 },
|
{ "Ferdi" , NULL, NULL, 1 << 2, 0, 0, 0, -1 },
|
||||||
{ NULL, "mutt", NULL, 1 << 3, 0, 1, 1, -1 },
|
{ NULL, "mutt", NULL, 1 << 3, 0, 1, 1, -1 },
|
||||||
{ NULL, "nnn", NULL, 1 << 4, 0, 1, 1, -1 },
|
{ NULL, "nnn", NULL, 1 << 4, 0, 1, 1, -1 },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue