diff options
| author | kj_sh604 <43.splash@gmail.com> | 2026-03-20 11:21:26 -0400 |
|---|---|---|
| committer | kj_sh604 <43.splash@gmail.com> | 2026-03-20 11:21:26 -0400 |
| commit | 5af2b6dc2be2ca30db142a7e0e52658530ec2fde (patch) | |
| tree | a55283700d6785d831544e6d8aebc9f2de69a3de | |
| parent | 49b459f4712b820f85566af11a0c321a11555da0 (diff) | |
refactor: use reasonable size
| -rw-r--r-- | .config/zathura/zathurarc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc index 41f409c..a9e4afe 100644 --- a/.config/zathura/zathurarc +++ b/.config/zathura/zathurarc @@ -1,5 +1,5 @@ set selection-clipboard clipboard -set window-height 7680 -set window-width 4320 +set window-width 1920 +set window-height 1200 set default-bg "#2C2C2C" set statusbar-bg "#2C2C2C" |
