task | fix qutebrowser config
This commit is contained in:
parent
b218ea4fea
commit
0c1cf31a4c
1 changed files with 6 additions and 5 deletions
|
|
@ -29,6 +29,7 @@
|
|||
};
|
||||
};
|
||||
searchEngines = {
|
||||
DEFAULT = "http://fred:8888/?q={}";
|
||||
w = "https://en.wikipedia.org/wiki/Special:Search?search={}&go=Go&ns0=1";
|
||||
aw = "https://wiki.archlinux.org/?search={}";
|
||||
nw = "https://nixos.wiki/index.php?search={}";
|
||||
|
|
@ -225,9 +226,11 @@
|
|||
enabled = true;
|
||||
};
|
||||
cookies = { accept = "no-3rdparty"; };
|
||||
dns_prefetch = false;
|
||||
local_content_can_access_remote_urls = true;
|
||||
pdfjs = false;
|
||||
user_stylesheets = null;
|
||||
};
|
||||
dns_prefetch = false;
|
||||
local_content_can_access_remote_urls = true;
|
||||
downloads = {
|
||||
prevent_mixed_content = true;
|
||||
position = "top";
|
||||
|
|
@ -242,7 +245,6 @@
|
|||
command = [ "kitty" "-e" "ranger" "--choosefile={}" ];
|
||||
};
|
||||
};
|
||||
pdfjs = false;
|
||||
qt = {
|
||||
args = [
|
||||
"widevine-path=${pkgs.widevine-cdm}/share/google/chrome/WidevineCdm/_platform_specific/linux_x64/libwidevinecdm.so"
|
||||
|
|
@ -265,9 +267,8 @@
|
|||
};
|
||||
url = {
|
||||
default_page = "about:blank";
|
||||
searchengines = "DEFAULT: http://fred:8888/?q={}";
|
||||
# searchengines = [ "DEFAULT: http://fred:8888/?q={}" ];
|
||||
};
|
||||
user_stylesheets = null;
|
||||
editor = {
|
||||
encoding = "utf-8";
|
||||
command = [ "kitty" "-e" "nvim" "{file}" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue