diff --git a/TODO v2.0 b/TODO v2.0 index 5f09e315..2b129d23 100644 --- a/TODO v2.0 +++ b/TODO v2.0 @@ -46,12 +46,12 @@ Driver: https://stackoverflow.com/questions/6396659/how-do-you-get-the-encoding-of-the-terminal-from-within-a-python-script Settings: -- configuration should be overwritable with parameter and alternative paths -- write settings -- menue for settings configuration #storm +- configuration should be overwritable with parameter and alternative paths (Easy for contribution) +- write settings (Easy for contribution) +- menue for settings configuration (Easy for contribution) Application Profiles -- reimplement process detection without subprocessing +- reimplement process detection without subprocessing // this is started by chrys - fenrir is not able to detect the current application inside of screen. ps -e -H -o pid,pgrp,ppid,tty,cmd http://stackoverflow.com/questions/24861351/how-to-detect-if-python-script-is-being-run-as-a-background-process/24862213