vdirsyncer

This commit is contained in:
Geoffrey Frogeye 2018-03-19 07:29:56 +01:00
parent 628233969d
commit 3c9e2c3279
16 changed files with 191 additions and 3 deletions

7
config/i3/ashuffle Executable file
View file

@ -0,0 +1,7 @@
#!/usr/bin/env bash
while true
do
ashuffle
sleep 1
done