From 9b8855688aff1ee354fbaa7430f03209692ee0d0 Mon Sep 17 00:00:00 2001
From: ryo <ryo@nopwd.lol>
Date: Sun, 2 Mar 2025 14:18:20 +0000
Subject: Removed nvim and alacritty configs

setup.sh: read package names from a file
shell: clean up in aliases to keep it simple
tmux: added two shortcuts
---
 config/zathura/zathurarc | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

(limited to 'config/zathura/zathurarc')

diff --git a/config/zathura/zathurarc b/config/zathura/zathurarc
index b847f37..c0075c1 100644
--- a/config/zathura/zathurarc
+++ b/config/zathura/zathurarc
@@ -30,7 +30,7 @@ set statusbar-fg                "rgba(60,56,54,1)"     # fg
 set highlight-color             "rgba(181,118,20,0.5)" # bright:yellow
 set highlight-active-color      "rgba(175,58,3,0.5)"   # bright:orange
 
-set default-bg                  "rgba(50,48,47,1)"  # bg
+set default-bg                  "rgba(50,48,47,1)"     # bg
 set default-fg                  "rgba(60,56,54,1)"     # fg
 set render-loading              true
 set render-loading-bg           "rgba(242,229,188,1)"  # bg
@@ -42,6 +42,4 @@ set recolor                     "true"
 set recolor-keephue             "true"                 # keep original color
 # ====================================================
 
-set database sqlite
-set adjust-open width
 set selection-clipboard clipboard
-- 
cgit v1.2.3