home/qutebrowser: update package name, open hints directly in mpv
This commit is contained in:
parent
874cc98c11
commit
f869966b60
@ -127,13 +127,13 @@ in {
|
|||||||
|
|
||||||
qutebrowser = {
|
qutebrowser = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.qutebrowser-qt6;
|
package = pkgs.qutebrowser;
|
||||||
keyBindings = {
|
keyBindings = {
|
||||||
normal = {
|
normal = {
|
||||||
"j" = "scroll-px 0 25";
|
"j" = "scroll-px 0 25";
|
||||||
"k" = "scroll-px 0 -25";
|
"k" = "scroll-px 0 -25";
|
||||||
"u" = "undo --window";
|
"u" = "undo --window";
|
||||||
";v" = "hint links userscript view_in_mpv";
|
";v" = "hint links spawn mpv {hint-url}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user