qutebrowser: fix hints borders
This commit is contained in:
parent
0d7cda108b
commit
8cd6e6bf87
|
@ -47,7 +47,10 @@ in {
|
|||
|
||||
};
|
||||
settings = {
|
||||
hints.chars = key.hints;
|
||||
hints = {
|
||||
chars = key.hints;
|
||||
border = "2px solid ${accent.color}";
|
||||
};
|
||||
|
||||
content.blocking.adblock.lists = [
|
||||
"https://easylist.to/easylist/easylist.txt"
|
||||
|
|
Loading…
Reference in a new issue