https://github.com/stsquad/i3-videowall
A simple video wall generator for the i3 window manager
https://github.com/stsquad/i3-videowall
Last synced: 11 months ago
JSON representation
A simple video wall generator for the i3 window manager
- Host: GitHub
- URL: https://github.com/stsquad/i3-videowall
- Owner: stsquad
- Created: 2013-06-30T14:56:08.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-06-30T15:05:57.000Z (almost 13 years ago)
- Last Synced: 2025-06-03T03:07:18.099Z (about 1 year ago)
- Language: Python
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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