theme - formating

This commit is contained in:
Don Harper 2024-09-01 10:30:16 -05:00
parent 8355c7ab83
commit f1c469c7fc
30 changed files with 287 additions and 105 deletions

View file

@ -196,13 +196,22 @@
};
};
completion = {
open_categories = ["quickmarks" "searchengines" "bookmarks" "history"];
open_categories = [
"quickmarks"
"searchengines"
"bookmarks"
"history"
];
};
content = {
autoplay = false;
blocking = {
adblock = {
lists = ["https://secure.fanboy.co.nz/fanboy-annoyance.txt" "https://easylist.to/easylist/easylist.txt" "https://easylist.to/easylist/easyprivacy.txt"];
lists = [
"https://secure.fanboy.co.nz/fanboy-annoyance.txt"
"https://easylist.to/easylist/easylist.txt"
"https://easylist.to/easylist/easyprivacy.txt"
];
};
enabled = true;
};
@ -212,14 +221,29 @@
};
fileselect = {
folder = {
command = ["kitty" "-e" "ranger" "--choosedir={}"];
command = [
"kitty"
"-e"
"ranger"
"--choosedir={}"
];
};
handler = "external";
multiple_files = {
command = ["kitty" "-e" "ranger" "--choosefile={}"];
command = [
"kitty"
"-e"
"ranger"
"--choosefile={}"
];
};
single_file = {
command = ["kitty" "-e" "ranger" "--choosefile={}"];
command = [
"kitty"
"-e"
"ranger"
"--choosefile={}"
];
};
};
qt = {