tweak qutebrowser + redshift

This commit is contained in:
2025-11-08 11:27:33 +01:00
parent d366a13d73
commit ae48cb6c26
2 changed files with 6 additions and 2 deletions

View File

@@ -561,7 +561,9 @@ in
"application/pdf" = "org.pwmt.zathura.desktop";
"image/png" = "feh.desktop";
"image/jpeg" = "feh.desktop";
# "text/plain" = "nvim.desktop";
"text/html" = "org.qutebrowser.qutebrowser.desktop";
"x-scheme-handler/http" = "org.qutebrowser.qutebrowser.desktop";
"x-scheme-handler/https" = "org.qutebrowser.qutebrowser.desktop";
};
};

View File

@@ -960,7 +960,7 @@ in
# Display temperature settings
temperature = {
day = 5700;
night = 3500;
night = 3000;
};
# Location settings (replace with your coordinates)
@@ -1167,9 +1167,11 @@ in
fg = "#ffffff";
};
tabs.bar.bg = "#000000";
webpage.darkmode.enabled = true;
};
# tabs.tabs_are_windows = true;
url.start_pages = [ "https://kagi.com/" ];
url.default_page = "https://kagi.com/";
};
searchEngines = {
w = "https://en.wikipedia.org/wiki/Special:Search?search={}&go=Go&ns0=1";