mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-08 01:14:01 +01:00
qutebrowser: Continue nixifying config
This commit is contained in:
parent
7209bae4a3
commit
7bda618b83
@ -35,6 +35,18 @@
|
||||
single_file.command = [ "kitty" "-e" "joshuto" "--output-file" "{}" ];
|
||||
};
|
||||
|
||||
downloads = {
|
||||
location.directory = "$HOME/Downloads";
|
||||
location.prompt = false;
|
||||
position = "bottom";
|
||||
remove_finished = 5000;
|
||||
};
|
||||
|
||||
qt = {
|
||||
args = [ "disable-backing-store-limit" "enable-accelerated-video-decode" "disable-gpu-driver-bug-workarounds" ];
|
||||
chromium.low_end_device_mode = "never";
|
||||
};
|
||||
|
||||
editor.command = [ "kitty" "-e" "nvim" "{}" ];
|
||||
};
|
||||
|
||||
@ -74,16 +86,6 @@
|
||||
c.colors.contextmenu.menu.fg = '#ffffff'
|
||||
c.colors.contextmenu.selected.bg = '#909090'
|
||||
|
||||
# Chromium flags
|
||||
c.qt.args = ["disable-backing-store-limit", "enable-accelerated-video-decode", "disable-gpu-driver-bug-workarounds"]
|
||||
c.qt.chromium.low_end_device_mode = 'never'
|
||||
|
||||
# Download settings
|
||||
c.downloads.location.directory = "$HOME/Downloads"
|
||||
c.downloads.location.prompt = False
|
||||
c.downloads.position = "bottom"
|
||||
c.downloads.remove_finished = 5000
|
||||
|
||||
# Increase the default scroll offset of j/k
|
||||
# NOTE: Unfortunately this breaks websites that use their own keybinds for j/k/etc
|
||||
# config.bind('j', 'run-with-count 5 scroll down')
|
||||
|
Loading…
Reference in New Issue
Block a user