From cf379fb95057667492a257acf44bae7ecfe99d92 Mon Sep 17 00:00:00 2001 From: lelgenio Date: Fri, 23 Apr 2021 21:57:45 -0300 Subject: [PATCH] zathura: use clipboard and add toggle_statusbar bind --- dotfiles/zathura.conf | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/dotfiles/zathura.conf b/dotfiles/zathura.conf index f78d486..469bcb2 100644 --- a/dotfiles/zathura.conf +++ b/dotfiles/zathura.conf @@ -1,8 +1,22 @@ -#{%@@ set bg_rgb = hex2rgb(color.bg) @@%}# +# {{ header() }} + +# _ _ +# ______ _| |_| |__ _ _ _ __ __ _ +# |_ / _` | __| '_ \| | | | '__/ _` | +# / / (_| | |_| | | | |_| | | | (_| | +# /___\__,_|\__|_| |_|\__,_|_| \__,_| set font "{{@@ font.mono @@}} {{@@ font.size.small @@}}" set guioptions "s" +set selection-clipboard clipboard + + +################################################## +# Keys +################################################## + +map toggle_statusbar map {{@@ key.left @@}} scroll left map {{@@ key.down @@}} scroll down @@ -21,12 +35,17 @@ map {{@@ key.next @@}} search forward map {{@@ key.next.upper() @@}} search backward +################################################## +# Colors +################################################## + +{%@@ set bg_rgb = hex2rgb(color.bg) @@%} + set recolor set recolor-keephue set recolor-lightcolor "rgba(0,0,0,0)" set recolor-darkcolor "{{@@ color.txt @@}}" - set default-bg "rgba({{@@ bg_rgb @@}},{{@@ opacity @@}})" set inputbar-bg "{{@@ color.bg_dark @@}}" @@ -47,4 +66,5 @@ set completion-highlight-fg "{{@@ accent_fg @@}}" set index-active-bg "{{@@ accent_color @@}}" set index-active-fg "{{@@ accent_fg @@}}" + # vim: ft=sh