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 -- "$@"