diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2022-08-19 18:56:34 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2022-08-19 18:56:34 +0530 |
commit | c9cde74ca65157355820ca760c9b67f5e71ee468 (patch) | |
tree | e816e45c9c7d476fdbf7b16417ab019efcaeba02 | |
parent | c3157fd295bfb41e74379549920c05951e1784e7 (diff) |
zathurarc + neofetch conifg changes
-rw-r--r-- | .config/neofetch/arch-ascii.txt | 3 | ||||
-rw-r--r-- | .config/zathura/zathurarc | 7 |
2 files changed, 5 insertions, 5 deletions
diff --git a/.config/neofetch/arch-ascii.txt b/.config/neofetch/arch-ascii.txt index ed44523..4fee172 100644 --- a/.config/neofetch/arch-ascii.txt +++ b/.config/neofetch/arch-ascii.txt @@ -1,4 +1,5 @@ -\u001b[1m \033[38;2;23;147;209m A +\u001b[1m \033[38;2;23;147;209m + A /#\ /###\ /#####\ diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc index a390b8c..25673e6 100644 --- a/.config/zathura/zathurarc +++ b/.config/zathura/zathurarc @@ -11,10 +11,10 @@ map R rotate map J zoom in map K zoom out -map u = follow +#map u = -map H full-up -map L full-down +map H pg down +map L pg up map <C-n> search forward map <C-b> search backward @@ -28,7 +28,6 @@ map f toggle_fullscreen map [fullscreen] f toggle_fullscreen map i recolor - map gg goto top map G goto bottom |