From 0c1cf31a4cef02a395aee43719f231b5ccdb3b26 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Sun, 22 Dec 2024 22:50:42 -0600 Subject: [PATCH] task | fix qutebrowser config --- home/gui/qutebrowser.nix | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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}" ];