More qute config
This commit is contained in:
parent
110481af59
commit
897f165db7
3 changed files with 12 additions and 4 deletions
|
@ -7,6 +7,10 @@
|
|||
};
|
||||
|
||||
config = lib.mkIf config.chvp.graphical.qutebrowser.enable {
|
||||
chvp.base.zfs.homeLinks = [
|
||||
{ path = ".config/qutebrowser"; type = "data"; }
|
||||
{ path = ".local/share/qutebrowser"; type = "cache"; }
|
||||
];
|
||||
home-manager.users.charlotte = { ... }: {
|
||||
programs.qutebrowser = {
|
||||
enable = true;
|
||||
|
@ -26,9 +30,11 @@
|
|||
confirm_quit = [ "downloads" ];
|
||||
content = {
|
||||
autoplay = false;
|
||||
cookies.accept = "no-3rdparty";
|
||||
cookies.accept = "never";
|
||||
default_encoding = "utf-8";
|
||||
dns_prefetch = false;
|
||||
fullscreen.window = true;
|
||||
javascript.enabled = false;
|
||||
geolocation = false;
|
||||
pdfjs = true;
|
||||
};
|
||||
|
|
|
@ -135,6 +135,8 @@ in
|
|||
"XF86MonBrightnessUp" = "exec ${pkgs.brightnessctl}/bin/brightnessctl set +5%";
|
||||
"${modifier}+Alt+Left" = "move workspace to output left";
|
||||
"${modifier}+Alt+Right" = "move workspace to output right";
|
||||
# Invoke default action on top notification.
|
||||
"${modifier}+n" = "exec ${pkgs.mako}/bin/makoctl invoke";
|
||||
};
|
||||
};
|
||||
extraConfig = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue