diff options
author | Yigit Sever | 2024-04-02 21:39:34 +0300 |
---|---|---|
committer | Yigit Sever | 2024-04-02 21:39:34 +0300 |
commit | 1d23f7543067fc000951a58ded38cae172c3225c (patch) | |
tree | 21041093186625ac7587b04dac695a8a1f406d21 /.config/zathura/zathurarc | |
parent | b8dc16b95897d6e8b6cbe293186f51112cf6d9a4 (diff) | |
download | dotfiles-1d23f7543067fc000951a58ded38cae172c3225c.tar.gz dotfiles-1d23f7543067fc000951a58ded38cae172c3225c.tar.bz2 dotfiles-1d23f7543067fc000951a58ded38cae172c3225c.zip |
zathura: fix search results blending
Diffstat (limited to '.config/zathura/zathurarc')
-rw-r--r-- | .config/zathura/zathurarc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc index 37ed5d2..1a70a15 100644 --- a/.config/zathura/zathurarc +++ b/.config/zathura/zathurarc | |||
@@ -3,7 +3,7 @@ set incremental-search "true" | |||
3 | set guioptions "shv" | 3 | set guioptions "shv" |
4 | 4 | ||
5 | set recolor "true" | 5 | set recolor "true" |
6 | set recolor-keephue "false" | 6 | set recolor-keephue "true" |
7 | set synctex "true" | 7 | set synctex "true" |
8 | 8 | ||
9 | set sandbox none | 9 | set sandbox none |