Set Zathura to fullscreen in mansplain and rifle
This commit is contained in:
parent
cee4696922
commit
c29fb4826e
2 changed files with 2 additions and 2 deletions
|
@ -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 -
|
||||
|
|
|
@ -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 -- "$@"
|
||||
|
|
Loading…
Reference in a new issue