aboutsummaryrefslogtreecommitdiff
path: root/bin/snipmenu
blob: d525715888693a02e6d8ef836dd4b4b3d71c80a9 (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh
set -e
conf="__REPLACE__"
cd "$conf"
_file=$(find . \! -type d | dmenu "$@")

xdotool type --delay 1ms --clearmodifiers --file "$conf/$_file"