diff options
| author | 2026-04-17 10:54:16 +0100 | |
|---|---|---|
| committer | 2026-04-17 10:54:16 +0100 | |
| commit | 1df288011674b8f4c2bcb2e8f784a81148f2a516 (patch) | |
| tree | a03e38466bc7618e171d1070b40fab52d02a0b2d /home | |
| parent | be49079efa54e90e34e244af8336be00bc48ff3c (diff) | |
| download | dotfiles-1df288011674b8f4c2bcb2e8f784a81148f2a516.tar.gz dotfiles-1df288011674b8f4c2bcb2e8f784a81148f2a516.tar.bz2 dotfiles-1df288011674b8f4c2bcb2e8f784a81148f2a516.zip | |
chore: minor config improvements
- wget/wgetrc: move hsts-file from /tmp to ~/.local/share for XDG compliance
and persistence across reboots
- cargo/config: rename to config.toml (modern Cargo convention)
Diffstat (limited to 'home')
| -rw-r--r-- | home/.config/cargo/config.toml (renamed from home/.config/cargo/config) | 0 | ||||
| -rw-r--r-- | home/.config/wget/wgetrc | 2 | ||||
| -rw-r--r-- | home/.config/zathura/zathurarc | 3 |
3 files changed, 1 insertions, 4 deletions
diff --git a/home/.config/cargo/config b/home/.config/cargo/config.toml index 0ef993e..0ef993e 100644 --- a/home/.config/cargo/config +++ b/home/.config/cargo/config.toml diff --git a/home/.config/wget/wgetrc b/home/.config/wget/wgetrc index 11f850d..a378bfd 100644 --- a/home/.config/wget/wgetrc +++ b/home/.config/wget/wgetrc @@ -1 +1 @@ -hsts-file = /tmp/wget-hsts +hsts-file = ~/.local/share/wget-hsts diff --git a/home/.config/zathura/zathurarc b/home/.config/zathura/zathurarc index 14122d8..c3e8d6f 100644 --- a/home/.config/zathura/zathurarc +++ b/home/.config/zathura/zathurarc @@ -1,7 +1,4 @@ set selection-clipboard clipboard -set synctex-editor-command 'nvr --remote +"%{line}" "%{file}"' set incremental-search true set window-title-basename true set zoom-center true -# map = zoom in -# map + zoom best-fit |
