init qutebrowser

Signed-off-by: pph <pph@pph.pph>
This commit is contained in:
pph
2026-04-17 14:43:58 +02:00
parent 00faa213bf
commit 241db5ce7a
5 changed files with 58 additions and 8 deletions
-8
View File
@@ -7,7 +7,6 @@
with lib; let
defaultApps = {
# check desktop files here: `ls $(echo $XDG_DATA_DIRS| sed "s/:/ /g")`
browser = ["zen-beta.desktop"];
text = [
# "org.gnome.TextEditor.desktop"
"nvim-ghostty.desktop"
@@ -91,13 +90,6 @@ with lib; let
"video/x-msvideo"
];
directory = ["inode/directory"];
browser = [
"text/html"
"x-scheme-handler/about"
"x-scheme-handler/http"
"x-scheme-handler/https"
"x-scheme-handler/unknown"
];
office = [
"application/vnd.oasis.opendocument.text"
"application/vnd.oasis.opendocument.spreadsheet"