Original: https://github.com/coffeeispower/woomer
- Uses flameshot instead of libwayshot so this will work on gnome's wayland compositor (mutter)
- Pressing any key except
LEFT_SHIFT || LEFT_CTRL || KEY_Rwill close the program - Sane default spotlight size
- Little bit faster zoom (1.3x, doesnt really change much but perfect for me)
- rust
- clang (for compiling raylib)
- cmake
- libclang (for bindgen)
- raylib & raylib-devel
- libglfw3
- libwayland-client
- pkg-config
then just do cargo build --release, your compiled binary will be in target/release
or download pre-compiled binary from release (only tested on Fedora linux)