Integration between Tmux and ZSH
This commit is contained in:
23
zathura/.config/zathura/zathurarc
Executable file
23
zathura/.config/zathura/zathurarc
Executable file
@@ -0,0 +1,23 @@
|
||||
# Zathura configuration file
|
||||
# See man `man zathurarc'
|
||||
|
||||
# Open document in fit-width mode by default
|
||||
set adjust-open "best-fit"
|
||||
|
||||
# One page per row by default
|
||||
set pages-per-row 1
|
||||
|
||||
#stop at page boundries
|
||||
set scroll-page-aware "true"
|
||||
set scroll-full-overlap 0.01
|
||||
set scroll-step 100
|
||||
|
||||
#zoom settings
|
||||
set zoom-min 10
|
||||
set guioptions ""
|
||||
|
||||
# zathurarc-dark
|
||||
set font "FiraCode Nerd Font 15"
|
||||
set render-loading "false"
|
||||
set scroll-step 50
|
||||
set selection-clipboard clipboard
|
||||
Reference in New Issue
Block a user