ysl2 / .dotfiles

My dotfiles
1 stars 0 forks source link

zathura相关的设置 #14

Open ysl2 opened 9 months ago

ysl2 commented 9 months ago

Set it to fullscreen

# /usr/share/applications/org.pwmt.zathura.desktop

Exec=zathura %U --mode fullscreen
ysl2 commented 6 months ago

Set to dark theme

Ref: https://github.com/nordtheme/nord/issues/143 Ref: https://unix.stackexchange.com/questions/575451/how-to-change-white-background-color-of-zathura

This will not invert picture color:

set recolor   
set recolor-lightcolor \#222222
set recolor-keephue
set default-bg \#222230
ysl2 commented 6 months ago

Copy to gui clipboard by default

Ref: https://unix.stackexchange.com/questions/339487/how-to-enable-copy-to-clipboard-with-zathura-pdf-poppler

set selection-clipboard clipboard
set selection-notification false
ysl2 commented 4 months ago

Set index to light when in light theme.

Ref: https://github.com/catppuccin/zathura/blob/main/src/catppuccin-latte

set index-fg                        "#4C4F69"
set index-bg                        "#EFF1F5"
set index-active-fg             "#4C4F69"
set index-active-bg             "#CCD0DA"
ysl2 commented 4 months ago

smooth scroll

Ref: https://www.reddit.com/r/archlinux/comments/oh0m6n/zathura_smooth_scrolling/

map j feedkeys "<C-Down>"
map k feedkeys "<C-Up>"
ysl2 commented 3 months ago

Increase font size

Ref: https://github.com/zegervdv/homebrew-zathura/issues/45#issuecomment-634539604

set font 'monospace normal 20'