Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 859 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 859 Bytes

Sway Session Save

Save the sway session WIP

References

Dependency

TODO

1. Version goals

  • get a structure and all windows and save it
    • tree as data-structure
    • xdg-shell name as app_id -> .desktop launch via 'gio'
    • xorg name -> test a few programms for it's name
    • how to handle multible window instances?
    • terminals ??
  • recreate the tree
  • testing ??

optional: get all running programms (like here)

2. Version goals

  • handle events from sway itself
    • add entry to tree on new event
    • remove entry
    • save on exit
  • testing .. -- -.-