-
-
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
[Feature request] Add "default" key support in json #204
Comments
If you remove all layouts and recreate them starting with the half-split layout - would that work today without changes? |
Hey! Thank you for this suggestion. What is the purpose you were thinking about for the |
I've noticed it always, at least for me, falls back to the 1st layout that's defined and not the one I want to use. I've checked with dconf-editor and that has Anyway, my idea behind the |
Yeah, when you first install Tiling Shell it does not know anything about your preferred layout and it already comes with some predefined layouts. The first predefined is considered default layout until the user picks its favourite |
That's the odd thing here, when I create my own layout(s) and set one as my favourite that gets used on the currently active workspace only. If I switch to another workspace, Tiling Shell rverts to the first one that's predefined. I guess I should file a bug report for this, since this is clearly a bug |
Uh I understand what you are experiencing! Yes, workspace support is new and when switching to a new workspace it defaults to the first layout. There were some talks about this here #182 and I'm starting to work on it! |
Describe the feature you'd like
A new option in the JSON file to be able to make a custom-defined/coded layout the default one, for example:
So the
split-half
becomes the (new) default choice after importing the layouts. I'm not sure how feasible this would be, since with this you add a lot more code complexity and could also create new bugs..The text was updated successfully, but these errors were encountered: