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

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