From d6b1957f0fc23f4cf26351ce269d4ef8794fa4bd Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Tue, 7 Jan 2020 13:46:01 +0100 Subject: [PATCH] Remove zathura fullscreen flag from rifle --- rifle.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rifle.conf b/rifle.conf index 0b653e5..5c4af36 100644 --- a/rifle.conf +++ b/rifle.conf @@ -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 -- "$@"