-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

xwinwrap


> Run a player or a program as desktop background.

More information.


Run a video using mpv:

xwinwrap -b -nf -ov -- {mpv} -wid {wid} --loop --no-audio --no-resume-playback --panscan={1.0} {path/to/video.mp4}

Run a video in fullscreen using mpv:

xwinwrap -b -nf -fs -ov -- {mpv} -wid {wid} --loop --no-audio --no-resume-playback --panscan={1.0} {path/to/video.mp4}

Run a video using mpv with 80% opacity:

xwinwrap -b -nf -ov -o 0.8 --- {mpv} -wid {wid} --loop --no-audio --no-resume-playback --panscan={1.0} {path/to/video.mp4}

Run a video using mpv in a second monitor 1600x900 with 1920 offset on X-axis:

xwinwrap -g 1600x900+1920 -b -nf -ov -- {mpv} -wid {wid} --loop --no-audio --no-resume-playback --panscan={1.0} {path/to/video.mkv}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 02:59:08 2024