Testing
main
.gitignore
Added the `test/test.bash` script that simulates user input with zenity. Depends on `xdotool` (couldn't make `ydotool` to work)
README.md
pkg-config
Makefile now gets the necessary `cflags` and `libs` compiler arguments from `pkg-config` which increases portability and makes adding new dependencies easier. Also added `TEST` flag, to have automated testing in the future.