bin/k-dammit @ ccc0ace2e343

Update subrepos
author Steve Losh <steve@stevelosh.com>
date Mon, 13 Jul 2020 11:51:28 -0400
parents 98624cb702b7
children 1d7d7c65d893
#!/usr/bin/env bash

while true; do
  inotifywait -q -e create --exclude '.*tmp.*' /dev/input
  sleep 0.25
  DISPLAY=:0.0 /home/sjl/src/dotfiles/bin/k
done