Remove zathura fullscreen flag from rifle
This commit is contained in:
parent
ca3e047d3e
commit
d6b1957f0f
1 changed files with 1 additions and 1 deletions
|
@ -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 -- "$@"
|
||||
|
|
Loading…
Reference in a new issue