qutebrowser: Distinguish selected tabs by increasing font size

This commit is contained in:
Sanchayan Maity 2022-12-06 13:20:44 +05:30
parent a328fe3c5d
commit 12762f6cfb
1 changed files with 6 additions and 5 deletions

View File

@ -92,6 +92,7 @@ c.fonts.default_family = [
"JetBrains Mono",
]
c.fonts.default_size = "16pt"
c.fonts.tabs.selected = "18pt default_family"
# Spell checking
c.spellcheck.languages = ["en-GB"]
@ -348,7 +349,7 @@ nmap(",M", "hint links spawn mpv {hint-url}")
nmap("tg", 'spawn --detach dlg "{url}"')
nmap("td", "download-open")
nmap("tr", "download-delete")
nmap("tR", 'set-cmd-text -s :download-delete')
nmap("tR", "set-cmd-text -s :download-delete")
nmap("tc", "download-clear")
# ** Zooming
@ -358,7 +359,7 @@ nmap("zo", "zoom-out")
# ** Inspector
nmap("ti", "inspector")
nunmap('gb')
nunmap('gB')
nmap('gb', 'set-cmd-text -s :bookmark-load -t')
nmap('gB', 'spawn --detach alacritty -e fish -c bo')
nunmap("gb")
nunmap("gB")
nmap("gb", "set-cmd-text -s :bookmark-load -t")
nmap("gB", "spawn --detach alacritty -e fish -c bo")