Zathura is back.
This commit is contained in:
parent
feab914d05
commit
aaa0b4c0ca
2 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
mkdir -p ~/.config ~/.local/bin
|
||||
|
||||
# link config
|
||||
for i in clipit dunst gtk-3.0 neofetch qtile; do
|
||||
for i in clipit dunst gtk-3.0 neofetch qtile zathura; do
|
||||
rm -rf ~/.config/${i}
|
||||
ln -sf $(pwd)/${i} ~/.config
|
||||
done
|
||||
|
|
8
_desktop/zathura/zathurarc
Normal file
8
_desktop/zathura/zathurarc
Normal file
|
@ -0,0 +1,8 @@
|
|||
set font "RobotoMono Nerd Font Mono 11"
|
||||
map r rotate
|
||||
map R reload
|
||||
map p print
|
||||
map g goto top
|
||||
map = zoom in
|
||||
map - zoom out
|
||||
map 0 zoom
|
Loading…
Add table
Add a link
Reference in a new issue