mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-27 14:30:14 +01:00
feat: customizes qutebrowser a little more (adds mpv, <c>-<s>-t for undo, makes scrolling smoother, adds x for close)
This commit is contained in:
parent
0915c136bb
commit
58aa4daf9a
1 changed files with 10 additions and 0 deletions
|
|
@ -34,6 +34,16 @@ in
|
|||
programs.qutebrowser = {
|
||||
enable = true;
|
||||
|
||||
keyBindings = {
|
||||
normal = {
|
||||
"d" = "scroll-page 0 0.5";
|
||||
"u" = "scroll-page 0 -0.5";
|
||||
"x" = "tab-close -o";
|
||||
"<Ctrl-Shift-T>" = "undo";
|
||||
",v" = "spawn mpv {url}";
|
||||
};
|
||||
};
|
||||
|
||||
settings = {
|
||||
fonts = {
|
||||
default_family = "GohuFont 14 Nerd Font Mono";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue