diff --git a/home/gui/qutebrowser.nix b/home/gui/qutebrowser.nix index 9436c5e..2c92103 100644 --- a/home/gui/qutebrowser.nix +++ b/home/gui/qutebrowser.nix @@ -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}" ];