nwg-hello icon indicating copy to clipboard operation
nwg-hello copied to clipboard

Feature Request: Last session per User

Open loaidheach opened this issue 9 months ago • 0 comments

It would be nice if the last session could be stored on a per user basis. I haven't looked at the code in detail, but in looks like it should be relatively easy to implement. Apart from changing the session when the user select is changed (via notify::selected), the cache.json would need a different format, e.g.

{
  "user": "someguy",
  "sessions": {
    "someguy": "Hyprland",
    "otherguy": "sway"
  }
}

loaidheach avatar May 17 '24 13:05 loaidheach