zathura: use clipboard and add toggle_statusbar bind

This commit is contained in:
lelgenio 2021-04-23 21:57:45 -03:00
parent 4cdcac486c
commit cf379fb950
1 changed files with 22 additions and 2 deletions

View File

@ -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 <C-b> 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