dotfiles/config/i3/ashuffle
2018-03-19 07:29:56 +01:00

8 lines
65 B
Bash
Executable file

#!/usr/bin/env bash
while true
do
ashuffle
sleep 1
done