Skip to content

Instantly share code, notes, and snippets.

View TGurl's full-sized avatar
💕
I may be slow to respond.

Geertje van Dijk TGurl

💕
I may be slow to respond.
View GitHub Profile
@jboz
jboz / slide.sh
Created May 31, 2022 22:45
bspwm slide effect for command
#!/bin/sh
checkDependencies () {
for dep; do
if ! command -v "$dep" >/dev/null ; then
log "Program \"$dep\" not found. Please install it."
fi
done
}