Qtile : Better layout serialization
by Aniruddh Kanojia for Python Software Foundation
Qtile currently does not serialize layout state across restarts and does not maintain order and focus between layout changes.The project aims to rectify this by modifying layout class . The projects is going to modify layout class to store additional information to maintain order and focus between layout changes. The ability to save & restore layout state will also be added to layout class.