More qute config
This commit is contained in:
parent
110481af59
commit
897f165db7
3 changed files with 12 additions and 4 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -42,11 +42,11 @@
|
||||||
},
|
},
|
||||||
"emacs-overlay": {
|
"emacs-overlay": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1627492758,
|
"lastModified": 1627547647,
|
||||||
"narHash": "sha256-F0MvuI2klvuJHctBxzptT2jXcTO8QydkyzmeXw7HiBI=",
|
"narHash": "sha256-HHsFFt2FjhUVdPEbzWnI76D3Br3YoMye8t9ak1uBH7E=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "emacs-overlay",
|
"repo": "emacs-overlay",
|
||||||
"rev": "ddb0d59fb57b0f274a2a61881fbbad10ab79ee4c",
|
"rev": "99299813ca10b3e4fd96eaa3c3030cbb306dca68",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -7,6 +7,10 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
config = lib.mkIf config.chvp.graphical.qutebrowser.enable {
|
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 = { ... }: {
|
home-manager.users.charlotte = { ... }: {
|
||||||
programs.qutebrowser = {
|
programs.qutebrowser = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -26,9 +30,11 @@
|
||||||
confirm_quit = [ "downloads" ];
|
confirm_quit = [ "downloads" ];
|
||||||
content = {
|
content = {
|
||||||
autoplay = false;
|
autoplay = false;
|
||||||
cookies.accept = "no-3rdparty";
|
cookies.accept = "never";
|
||||||
default_encoding = "utf-8";
|
default_encoding = "utf-8";
|
||||||
dns_prefetch = false;
|
dns_prefetch = false;
|
||||||
|
fullscreen.window = true;
|
||||||
|
javascript.enabled = false;
|
||||||
geolocation = false;
|
geolocation = false;
|
||||||
pdfjs = true;
|
pdfjs = true;
|
||||||
};
|
};
|
||||||
|
|
|
@ -135,6 +135,8 @@ in
|
||||||
"XF86MonBrightnessUp" = "exec ${pkgs.brightnessctl}/bin/brightnessctl set +5%";
|
"XF86MonBrightnessUp" = "exec ${pkgs.brightnessctl}/bin/brightnessctl set +5%";
|
||||||
"${modifier}+Alt+Left" = "move workspace to output left";
|
"${modifier}+Alt+Left" = "move workspace to output left";
|
||||||
"${modifier}+Alt+Right" = "move workspace to output right";
|
"${modifier}+Alt+Right" = "move workspace to output right";
|
||||||
|
# Invoke default action on top notification.
|
||||||
|
"${modifier}+n" = "exec ${pkgs.mako}/bin/makoctl invoke";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue