urlhandler: make mpv fullscreen
This commit is contained in:
parent
8714a543d3
commit
b52ba9bf92
@ -20,7 +20,7 @@ zmodload zsh/pcre
|
|||||||
|
|
||||||
local default_cmd="firefox"
|
local default_cmd="firefox"
|
||||||
type firefox >& - || default_cmd=firefox-bin
|
type firefox >& - || default_cmd=firefox-bin
|
||||||
local mpv="mpv --force-window=yes"
|
local mpv="mpv --force-window=yes --fullscreen"
|
||||||
|
|
||||||
local -a assignments=(
|
local -a assignments=(
|
||||||
'\.(mp4|m4v|mkv|avi|webm|flv|xvid|ogv|theora|mov|wmv)(\?.+)?$' "${mpv};vlc"
|
'\.(mp4|m4v|mkv|avi|webm|flv|xvid|ogv|theora|mov|wmv)(\?.+)?$' "${mpv};vlc"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user