coomer-wayshot

Crates.iocoomer-wayshot
lib.rscoomer-wayshot
version0.1.0
created_at2025-11-21 08:48:52.249366+00
updated_at2025-11-21 08:48:52.249366+00
descriptiona simple zoom tool that utilizes wayshot for wayland and is inspired by tsoding's boomer
homepage
repositoryhttps://github.com/kkkfasya/coomer
max_upload_size
id1943256
size50,321
Kamal Fasya (kkkfasya)

documentation

README

Coomer - Modified Woomer (Boomer but for wayland)

Original: https://github.com/coffeeispower/woomer

Changes:

  1. Uses flameshot instead of libwayshot so this will work on gnome's wayland compositor (mutter)
  2. Pressing any key except LEFT_SHIFT || LEFT_CTRL || KEY_R will close the program
  3. Sane default spotlight size
  4. Little bit faster zoom (1.3x, doesnt really change much but perfect for me)

Installation:

Dependencies:

  • rust
  • clang (for compiling raylib)
  • cmake
  • libclang (for bindgen)
  • raylib & raylib-devel
  • libglfw3
  • libwayland-client
  • pkg-config
  • mesa-libgbm (for this implementation only, also idk abt other gpu)

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)

Commit count: 0

cargo fmt