From 1df288011674b8f4c2bcb2e8f784a81148f2a516 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Fri, 17 Apr 2026 10:54:16 +0100 Subject: 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) --- home/.config/cargo/config | 6 ------ home/.config/cargo/config.toml | 6 ++++++ home/.config/wget/wgetrc | 2 +- home/.config/zathura/zathurarc | 3 --- 4 files changed, 7 insertions(+), 10 deletions(-) delete mode 100644 home/.config/cargo/config create mode 100644 home/.config/cargo/config.toml diff --git a/home/.config/cargo/config b/home/.config/cargo/config deleted file mode 100644 index 0ef993e..0000000 --- a/home/.config/cargo/config +++ /dev/null @@ -1,6 +0,0 @@ -[target.x86_64-unknown-linux-gnu] -linker = "clang" -rustflags = ["-C", "target-cpu=native", "-C", "link-arg=-fuse-ld=mold"] - -[build] -rustc-wrapper = "sccache" diff --git a/home/.config/cargo/config.toml b/home/.config/cargo/config.toml new file mode 100644 index 0000000..0ef993e --- /dev/null +++ b/home/.config/cargo/config.toml @@ -0,0 +1,6 @@ +[target.x86_64-unknown-linux-gnu] +linker = "clang" +rustflags = ["-C", "target-cpu=native", "-C", "link-arg=-fuse-ld=mold"] + +[build] +rustc-wrapper = "sccache" 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 -- cgit v1.2.3-70-g09d2