theme - formating
This commit is contained in:
parent
8355c7ab83
commit
f1c469c7fc
30 changed files with 287 additions and 105 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue