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

Feature request: add option to select monitor #43

Closed
dfyx opened this issue Nov 11, 2020 · 2 comments
Closed

Feature request: add option to select monitor #43

dfyx opened this issue Nov 11, 2020 · 2 comments
Labels
enhancement New feature or request
Milestone

Comments

@dfyx
Copy link

dfyx commented Nov 11, 2020

Currently, using the hotkey causes the terminal appear on the monitor where the mouse cursor is. It would be nice to have an option to set an integer that identifies which monitor the terminal should appear on with null being the current behavior.

@flyingpie
Copy link
Owner

@dfyx Great suggestion! I'll look into this for a coming release soon :)

@flyingpie flyingpie added the enhancement New feature or request label Nov 26, 2020
@flyingpie
Copy link
Owner

@dfyx Comes in the next release, which I'm finishing up right now. Look for the "PreferMonitor" and "MonitorIndex" settings:

{
	// What monitor to preferrably drop the terminal
	// "WithCursor" (default), "Primary" or "AtIndex"
	"PreferMonitor": "AtIndex",

	// If "PreferMonitor" is set to "AtIndex", this setting determines what monitor to choose.
	// Zero based, eg. 0, 1, etc.
	"MonitorIndex": 0
}

@flyingpie flyingpie added this to the v1.0 milestone Jan 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants