waycrate / swhkd

Sxhkd clone for Wayland (works on TTY and X11 too)
https://git.sr.ht/~shinyzenith/swhkd
BSD 2-Clause "Simplified" License
666 stars 47 forks source link

[fix] don't override global RUST_LOG variable #226

Closed mendess closed 9 months ago

mendess commented 9 months ago

Overriding the RUST_LOG variable means it propagates to rust programs spawned by swhks, directly and indirectly.

implementation inspired by the example in the env_logger docs.