Skip to content

Instantly share code, notes, and snippets.

View kalaomer's full-sized avatar
🐎
Focusing

Ömer Kala kalaomer

🐎
Focusing
View GitHub Profile
@kalaomer
kalaomer / byzanz-record-window
Created May 14, 2016 12:49
byzanz-record-window
#!/bin/bash
#byzanz-record-window
#dependency checks
gif-receord()
{
if ! which xwininfo &>/dev/null; then
echo "Dependency xwininfo not met."
deps_ok=NO
fi