task | fix qutebrowser config

This commit is contained in:
Don Harper 2024-12-22 22:50:42 -06:00
parent b218ea4fea
commit 0c1cf31a4c

View file

@ -29,6 +29,7 @@
}; };
}; };
searchEngines = { searchEngines = {
DEFAULT = "http://fred:8888/?q={}";
w = "https://en.wikipedia.org/wiki/Special:Search?search={}&go=Go&ns0=1"; w = "https://en.wikipedia.org/wiki/Special:Search?search={}&go=Go&ns0=1";
aw = "https://wiki.archlinux.org/?search={}"; aw = "https://wiki.archlinux.org/?search={}";
nw = "https://nixos.wiki/index.php?search={}"; nw = "https://nixos.wiki/index.php?search={}";
@ -225,9 +226,11 @@
enabled = true; enabled = true;
}; };
cookies = { accept = "no-3rdparty"; }; 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 = { downloads = {
prevent_mixed_content = true; prevent_mixed_content = true;
position = "top"; position = "top";
@ -242,7 +245,6 @@
command = [ "kitty" "-e" "ranger" "--choosefile={}" ]; command = [ "kitty" "-e" "ranger" "--choosefile={}" ];
}; };
}; };
pdfjs = false;
qt = { qt = {
args = [ args = [
"widevine-path=${pkgs.widevine-cdm}/share/google/chrome/WidevineCdm/_platform_specific/linux_x64/libwidevinecdm.so" "widevine-path=${pkgs.widevine-cdm}/share/google/chrome/WidevineCdm/_platform_specific/linux_x64/libwidevinecdm.so"
@ -265,9 +267,8 @@
}; };
url = { url = {
default_page = "about:blank"; default_page = "about:blank";
searchengines = "DEFAULT: http://fred:8888/?q={}"; # searchengines = [ "DEFAULT: http://fred:8888/?q={}" ];
}; };
user_stylesheets = null;
editor = { editor = {
encoding = "utf-8"; encoding = "utf-8";
command = [ "kitty" "-e" "nvim" "{file}" ]; command = [ "kitty" "-e" "nvim" "{file}" ];