bin/k-dammit @ 13ec2c64c7a6

More
author Steve Losh <steve@stevelosh.com>
date Wed, 17 Jun 2020 12:29:36 -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