Remove zathura fullscreen flag from rifle

This commit is contained in:
Talia 2020-01-07 13:46:01 +01:00
parent ca3e047d3e
commit d6b1957f0f
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ mime ^video, terminal, !X, has mplayer = mplayer -- "$@"
# Documents
#-------------------------------------------
ext pdf, has llpp, X, flag f = llpp "$@"
ext pdf, has zathura, X, flag f = zathura --mode fullscreen -- "$@"
ext pdf, has zathura, X, flag f = zathura -- "$@"
ext pdf, has mupdf, X, flag f = mupdf "$@"
ext pdf, has mupdf-x11,X, flag f = mupdf-x11 "$@"
ext pdf, has apvlv, X, flag f = apvlv -- "$@"