qutebrowser tweaks

This commit is contained in:
Rouven Seifert 2023-02-08 16:16:12 +01:00
parent 3ec88e021b
commit 896efd9e83
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
3 changed files with 20 additions and 12 deletions

View file

@ -18,6 +18,11 @@
opal = "https://bildungsportal.sachsen.de/opal/home?2";
fruitbasket = "https://github.com/fsr/fruitbasket";
};
keyBindings = {
normal = {
"<Ctrl-m>" = "hint links spawn mpv {hint-url}";
};
};
settings = {
colors.webpage = {
darkmode.enabled = false;
@ -27,6 +32,8 @@
enabled = true;
method = "both";
};
statusbar.show = "in-mode";
tabs.show = "switching";
};
};
}