diff options
| author | kj_sh604 <43.splash@gmail.com> | 2026-03-13 10:07:28 -0400 |
|---|---|---|
| committer | kj_sh604 <43.splash@gmail.com> | 2026-03-13 10:07:28 -0400 |
| commit | 5d6c7fb4a0ba67cb2fcdae5eb77c57de362e249d (patch) | |
| tree | 1cefa3f3f12fd1f3b906eaccdcda940fa38a5764 | |
| parent | 64b10c9b21add2b2f4e2a87ee5bd4a5b9d98975d (diff) | |
feat: add `zathurarc` config
because .pdf is life 😬
| -rw-r--r-- | .config/zathura/zathurarc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc new file mode 100644 index 0000000..41f409c --- /dev/null +++ b/.config/zathura/zathurarc @@ -0,0 +1,5 @@ +set selection-clipboard clipboard +set window-height 7680 +set window-width 4320 +set default-bg "#2C2C2C" +set statusbar-bg "#2C2C2C" |
