coomer

Crates.iocoomer
lib.rscoomer
version0.1.0
created_at2025-11-21 08:15:16.061315+00
updated_at2025-11-21 08:15:16.061315+00
descriptiona simple zoom tool that utilizes flameshot for wayland and is inspired by tsoding's boomer
homepage
repositoryhttps://github.com/kkkfasya/coomer
max_upload_size
id1943233
size40,975
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

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