diff options
author | ryo <ryo@nopwd.lol> | 2025-03-02 14:18:20 +0000 |
---|---|---|
committer | ryo <ryo@nopwd.lol> | 2025-03-02 14:18:20 +0000 |
commit | 9b8855688aff1ee354fbaa7430f03209692ee0d0 (patch) | |
tree | 4047a154499e5e65622623dcd140b41476bac6a6 /config/zathura/zathurarc | |
parent | e602a23c7ecdc315da15dd6331e96bba50b9bf39 (diff) |
setup.sh: read package names from a file
shell: clean up in aliases to keep it simple
tmux: added two shortcuts
Diffstat (limited to 'config/zathura/zathurarc')
-rw-r--r-- | config/zathura/zathurarc | 4 |
1 files changed, 1 insertions, 3 deletions
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 |