Skip to content
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

It only works on one monitor #508

Open
BeZaBel opened this issue Nov 20, 2017 · 1 comment
Open

It only works on one monitor #508

BeZaBel opened this issue Nov 20, 2017 · 1 comment

Comments

@BeZaBel
Copy link

BeZaBel commented Nov 20, 2017

I have two monitors, one laptop and the other a external screen, both at different resolutions, and I can't think of a way to make it work in both, it only works on the monitor it was open. The config defaultToCurrentScreen doesn't affect at all either being True or False. Also, I have the config orderScreensLeftToRight set as True, but I don't know if it's affecting or what.

@gavinelder
Copy link

Hi just looking at some open issues (Not Maintainer) but this may of be of some help to you I had to add this to get grid working on all monitors

var grid = slate.operation("grid", {
"grids" : {
"1680x1050" : {
"width" : 3,
"height" : 2
},
"3440x1440" : {
"width" : 6,
"height" : 3
},
"1080x1920" : {
"width" : 2,
"height" : 3
}
},
"padding" : 5
});
slate.bind("g:cmd", grid);

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

No branches or pull requests

2 participants