You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.
There's also the issue of retaining window positions and all state upon restart. This haskell library might be a good inspiration for implementation :)
Thanks for those suggestions, but I don't think I will support a full in-place restart. This was way easier to do with X11, where the server was separate from the window manager and the window manager could restart without breaking the X11 connections of the client.
I will just offer reloading the configuration and enable loading new backgrounds, keybindings, etc. The current windows and their positions will most likely not be touched.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Allow configuration reloading.
This will require to store the configuration parameters somewhere global or linked to their respective
Output
s.The text was updated successfully, but these errors were encountered: