Still in love with qutebrowser...

This commit is contained in:
Bartek Stalewski 2021-08-22 23:08:07 +02:00
parent 73862c161f
commit 9aa99829fb
2 changed files with 4 additions and 3 deletions

View File

@ -7,7 +7,7 @@ c.auto_save.session = False
c.changelog_after_upgrade = 'never'
c.completion.cmd_history_max_items = -1
c.completion.height = '30%'
c.confirm_quit = ['always']
c.confirm_quit = ['downloads']
c.content.autoplay = False
c.content.default_encoding = 'utf-8'
c.content.dns_prefetch = False

View File

@ -45,9 +45,10 @@ static const Rule rules[] = {
* WM_CLASS(STRING) = instance, class
* WM_NAME(STRING) = title
*/
/* 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 },
{ "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 },
{ NULL, "mutt", NULL, 1 << 3, 0, 1, 1, -1 },
{ NULL, "nnn", NULL, 1 << 4, 0, 1, 1, -1 },