buffet / kiwmi

A fully programmable Wayland Compositor
Mozilla Public License 2.0
612 stars 22 forks source link

Add controls for verbosity level #36

Closed ghost closed 3 years ago

ghost commented 3 years ago

This allows the config to be exactly as verbose as kiwmi, or to change the verbosity level at runtime (e.g. using kiwmic).

It uses numbers, because they are much easier to handle on both sides and add only little inconvenience to the user.

(originally c60e7d4adae1783ba68fe59d621e0d82238a7c34 somewhere in the rainforest near tiosgz/mine)

ghost commented 3 years ago

clang-format again 🤦

A PR template with a checklist wouldn’t hurt.

heavyrain266 commented 3 years ago

CI with auto format and build wouldn't hurt too 🤔

buffet commented 3 years ago

Yeah, I'll add both later, next time I'm on PC.

ghost commented 3 years ago

(I have also updated the set_verbosity doc again to be clear it only accepts a number.)