Compare commits

...

2 Commits

4 changed files with 5 additions and 5 deletions

View File

@ -63,7 +63,7 @@ j no-osd seek -5 exact # seek exactly 5 seconds backward
#Alt+down add video-pan-y -0.1 # move the video up #Alt+down add video-pan-y -0.1 # move the video up
Alt++ add video-zoom 0.1 # zoom in Alt++ add video-zoom 0.1 # zoom in
Alt+- add video-zoom -0.1 # zoom out Alt+- add video-zoom -0.1 # zoom out
Alt+ENTER run "open_at_video" "${=path}" Alt+ENTER run "openfilebrowser" "${=path}"
#Alt+BS set video-zoom 0 ; set video-pan-x 0 ; set video-pan-y 0 # reset zoom and pan settings #Alt+BS set video-zoom 0 ; set video-pan-x 0 ; set video-pan-y 0 # reset zoom and pan settings
#PGUP add chapter 1 # seek to the next chapter #PGUP add chapter 1 # seek to the next chapter
#PGDWN add chapter -1 # seek to the previous chapter #PGDWN add chapter -1 # seek to the previous chapter

View File

@ -1,7 +1,7 @@
import dracula.draw import dracula.draw
# Load existing settings made via :set # Load existing settings made via :set
config.load_autoconfig(False) config.load_autoconfig()
c.auto_save.session = False c.auto_save.session = False
c.backend = "webengine" c.backend = "webengine"
@ -78,10 +78,10 @@ searchengines = {
"ling": "https://www.linguee.com/english-german/search?source=auto&query={}", "ling": "https://www.linguee.com/english-german/search?source=auto&query={}",
"nyaa": "nyaa.si/?q={}", "nyaa": "nyaa.si/?q={}",
"oz": "http://www.ozdic.com/collocation-dictionary/{}", "oz": "http://www.ozdic.com/collocation-dictionary/{}",
"re": "https://bocken.org/rezepte/?q={}", "re": "https://bocken.org/rezepte?q={}",
"yt": "https://www.youtube.com/results?search_query={}" "yt": "https://www.youtube.com/results?search_query={}"
} }
searchengines["DEFAULT"] = searchengines["brave"] searchengines["DEFAULT"] = searchengines["ddg"]
c.url.searchengines = searchengines c.url.searchengines = searchengines
c.zoom.default = "160%" c.zoom.default = "160%"

View File

@ -14,4 +14,4 @@ map i recolor
map p print map p print
map g goto top map g goto top
map <C-s> exec zathura_backward_search.sh map <C-s> exec zathura_backward_search.sh
map <A-Return> exec ranger_at_file $FILE map <A-Return> exec openfilebrowser $FILE