Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zathura相关的设置 #14

Open
ysl2 opened this issue Oct 3, 2023 · 5 comments
Open

zathura相关的设置 #14

ysl2 opened this issue Oct 3, 2023 · 5 comments

Comments

@ysl2
Copy link
Owner

ysl2 commented Oct 3, 2023

Set it to fullscreen

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

Exec=zathura %U --mode fullscreen
@ysl2 ysl2 changed the title zathura fullscreen zathura fullscreen and dark theme Dec 14, 2023
@ysl2
Copy link
Owner Author

ysl2 commented Dec 14, 2023

Set to dark theme

Ref: nordtheme/nord#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 ysl2 changed the title zathura fullscreen and dark theme zathura相关 Dec 29, 2023
@ysl2
Copy link
Owner Author

ysl2 commented Dec 29, 2023

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
Copy link
Owner Author

ysl2 commented Mar 4, 2024

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 ysl2 changed the title zathura相关 zathura相关的设置 Mar 4, 2024
@ysl2
Copy link
Owner Author

ysl2 commented Mar 5, 2024

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
Copy link
Owner Author

ysl2 commented Mar 16, 2024

Increase font size

Ref: zegervdv/homebrew-zathura#45 (comment)

set font 'monospace normal 20'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant