bin/k-dammit @ 6d69a1bd81e4

Binify more stuff
author Steve Losh <steve@stevelosh.com>
date Mon, 13 Jul 2020 11:49:12 -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