bin/k-dammit @ 98624cb702b7

More
author Steve Losh <steve@stevelosh.com>
date Tue, 17 Mar 2020 11:28:24 -0700
parents (none)
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