-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Save personalized window properties #22
Comments
Actually it was less work than expected, so I added some of the features directly into cortile.
Starting with version v2.3.0 the window positions and sticky states are saved and restored by cortile, based on the window class name. For more advanced customization of window properties based on window title, time of the day, workspace configuration, etc. please check out the alternative suggested in #21. Any window that is marked as sticky on a given monitor will be again sticky when reopened. This function is not exactly the same as the one discussed in #17, but it may already cover some of the use cases. |
Tested on Xfce and Openbox environments, closing it for now! |
I am working on another application that saves personalized window/monitor properties and reloads these properties when the window is re-opened at a later time.
The new application is to be used either stand-alone or as a complement to cortile. The reason for this is that I do not want to bloat the cortile source code and the associated configuration file too much.
The text was updated successfully, but these errors were encountered: