AlexisBRENON / ewmh_m2m

EWMH-compliant move to monitor utility
https://pypi.org/project/ewmh-m2m/
MIT License
90 stars 5 forks source link

silence debug output by default #3

Closed andrei-a-papou closed 4 years ago

andrei-a-papou commented 4 years ago

Currently, when I run the tool, I get debug output in console:


./move-to-monitor       
DEBUG:root:Detected screens: {Geometry(1366, 0, 1920, 1080), Geometry(0, 0, 1366, 768)}
DEBUG:root:Containing screen: Geometry(1366, 0, 1920, 1080)
DEBUG:root:New window geometry: Geometry(0, 0, 1366, 768)

IMHO, it would make more sense to silence the debug output by default, and add a -d|--debug or -v|--verbose switch to enable it when needed.

andrei-a-papou commented 4 years ago

Sorry for the duplicate, GitHub threw a 500 error on the previous issue submission attempt.