jigish / slate

A window management application (replacement for Divvy/SizeUp/ShiftIt)
GNU General Public License v3.0
7.84k stars 509 forks source link

It only works on one monitor #508

Open BeZaBel opened 6 years ago

BeZaBel commented 6 years ago

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 commented 6 years ago

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);