Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 385 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 385 Bytes

A small Linux power menu

This project is made for my current dekstop setup (Arch Linux with Sway) so it probably won't work in your system :/

For optimized build, just compile a normal CMake project:

mkdir build
cd build
cmake .. && make

and CMake will default to Release mode.

Otherwise, set a flag during project configuration:

cmake -DCMAKE_BUILD_TYPE=Debug ..