diff --git a/zathura/.config/zathura/zathurarc b/zathura/.config/zathura/zathurarc index afdaebc9..cea18e20 100644 --- a/zathura/.config/zathura/zathurarc +++ b/zathura/.config/zathura/zathurarc @@ -1,7 +1,7 @@ # New Start: A modern Arch workflow built with an emphasis on functionality. -# Copyright (C) 2017-2018 Donovan Glover +# Copyright (C) 2017-2022 Donovan Glover -# Use the color scheme generated by wal +# Use the color scheme generated by wal (Use to colorize the current document) include "../../.cache/wal/zathura" set font "Hack 12" # Use Hack as our font of choice @@ -11,6 +11,5 @@ set statusbar-basename "true" # When using the status bar, show the basename o set render-loading "false" # Do not show the "loading" text set scroll-step "120" # Increase the scroll distance when using j/k -set recolor "true" # Use our theme colors ( for the original document colors) # vim:ft=conf