From c29fb4826edb889e9e9709fcb774328b4fa6b7a1 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Mon, 6 Jan 2020 14:07:10 +0100 Subject: [PATCH] Set Zathura to fullscreen in mansplain and rifle --- bin/mansplain | 2 +- rifle.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/mansplain b/bin/mansplain index 47dfbbe..a60e716 100755 --- a/bin/mansplain +++ b/bin/mansplain @@ -1 +1 @@ -apropos . | awk '{print $1}' | dmenu -b | xargs -r man -Tps | ps2pdf - | zathura - +apropos . | awk '{print $1}' | dmenu -b | xargs -r man -Tps | ps2pdf - | zathura --mode fullscreen - diff --git a/rifle.conf b/rifle.conf index 3a90622..5140ab1 100644 --- a/rifle.conf +++ b/rifle.conf @@ -139,7 +139,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 -- "$@" +ext pdf, has zathura, X, flag f = zathura --mode fullscreen -- "$@" 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 -- "$@"