Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Make use of frame-independent window configurations #40

Open
wasamasa opened this issue Sep 13, 2015 · 2 comments
Open

Make use of frame-independent window configurations #40

wasamasa opened this issue Sep 13, 2015 · 2 comments

Comments

@wasamasa
Copy link
Owner

Now that window configurations are no longer bound to frames, a new set of possibilities opens up. There is no more need for storing them in frame-local variables. Asides from that, the behaviour per frame could be tuned on a fine basis. For example, the list of window configurations could be global and the currently selected one frame-local. Other things to think of would be commands taking frames into account, such as throwing a window configuration from one frame to another one.

@Fuco1
Copy link

Fuco1 commented Jun 23, 2016

Does this mean I can have one global set of window configurations and share those between all the frames? Create a view on frame1 and then apply it on frame2?

@wasamasa
Copy link
Owner Author

Yes. Previously applying a window configuration to a different frame than it was created from did fail, now this is possible to do, as long as both frames are of the textual or graphical type.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants