mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-27 00:48:30 +02:00
qutebrowser tweaks
This commit is contained in:
parent
3ec88e021b
commit
896efd9e83
3 changed files with 20 additions and 12 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue