Skip to content

stsquad/i3-videowall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

i3-videowall

This is a very simple script to play multiple videos at a time in a video wall. I mainly wrote it as an excuse to play with i3-py which presents an interface to the i3 window manager.

Usage:

find . -iname ".avi" -or -iname ".mp4" -print0 | xargs -0 i3-videowall.py -n 6 -s random

Play videos, 6 at a time selecting a random window to split.

find . -iname ".avi" -or -iname ".mp4" -or -iname "*.vob" -print0 | sort -R | xargs -0 i3-videowall.py -n 12

Play videos, 12 at a time in random order selecting the biggest window to split

About

A simple video wall generator for the i3 window manager

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages