Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.31 KB

File metadata and controls

26 lines (22 loc) · 1.31 KB

Coomer

Yet another zoomer application for Linux. This is an reimplementation of Boomer in C++. I did this because Alexey Kutepov said "better just rewrite this shit in C"

Well, it's C++ not C, but how bad that could be!

Dependencies

sudo apt-get install build-essential libgl1-mesa-dev libx11-dev libxext-dev libxrandr-dev libglu1-mesa-dev freeglut3-dev

Build

g++ coomer.cpp -lGL -lGLU -lX11 -lXrandr -lXext -o coomer

Controls

Key Description
=, Scroll up Zoom in
-, Scroll down Zoom out
0 Reset scale, delta scale, position & velocity
f Toggle flashlight
Control + scroll Change flashlight radius
q, ESC Quit coomer
Left click drag Move the desktop 'image'