diff options
-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 |