Seizure / MonitorBoss

GNU Lesser General Public License v3.0
2 stars 1 forks source link

Make program internals lowercase #6

Closed Seizure closed 6 months ago

Seizure commented 7 months ago

currently, case matters in quite a few areas of the program, which forces us to do weird things, like making ConfigParser case-sensitive (so that it doesn't change the case of aliases and etc on us).

Rangi42 commented 7 months ago

Alternatively, switch to lowercase and leave it case-sensitive.

e.g. you can do ddcutil detect but not ddcutil DETECT (and of course not DDCUTIL detect).

We may have to translate some monitorcontrol enums into lowercase.