From 683684609238b60f9844f895d5c1156a4f838168 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Wed, 24 Aug 2022 17:29:20 +0200 Subject: [PATCH] Remove wrong options from zathura configuration These were duplicates of completion-group repeating completion. --- home/programs/zathura.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/home/programs/zathura.nix b/home/programs/zathura.nix index 655a5d8..e58fd9f 100644 --- a/home/programs/zathura.nix +++ b/home/programs/zathura.nix @@ -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;