Remove wrong options from zathura configuration

These were duplicates of completion-group repeating completion.
This commit is contained in:
Daniel Siepmann 2022-08-24 17:29:20 +02:00
parent 8b2ebc7e66
commit 6836846092
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -10,8 +10,6 @@ _:
completion-fg = "#9cd9f0";
completion-group-bg = "#000000";
completion-group-fg = "#9cd9f0";
completion-completion-bg = "#000000";
completion-completion-fg = "#9cd9f0";
inputbar-bg = "#2e3436";
inputbar-fg = "#9cd9f0";
statusbar-bg = "#2e3436";
@ -19,7 +17,6 @@ _:
render-loading-bg = "#2e3436";
render-loading-fg = "#9cd9f0";
window-title-basename = true;
statusbar-basename = true;
statusbar-page-percent = true;