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

Open window on screen and with reasonable default size/position #18

Closed
1 task done
cxw42 opened this issue Aug 21, 2017 · 7 comments
Closed
1 task done

Open window on screen and with reasonable default size/position #18

cxw42 opened this issue Aug 21, 2017 · 7 comments
Assignees
Labels

Comments

@cxw42
Copy link
Owner

cxw42 commented Aug 21, 2017

@cxw42 cxw42 added the bug label Aug 21, 2017
@cxw42 cxw42 added this to the v0.1 milestone Aug 21, 2017
@cxw42 cxw42 self-assigned this Aug 21, 2017
@cxw42
Copy link
Owner Author

cxw42 commented Aug 27, 2017

Looks like we'll eventually need content scripts per this.

cxw42 pushed a commit that referenced this issue Aug 27, 2017
First take on #18.  Not perfect, but maybe enough to start with.
cxw42 pushed a commit that referenced this issue Aug 28, 2017
First take on #18.  Not perfect, but maybe enough to start with.
cxw42 pushed a commit that referenced this issue Aug 28, 2017
First take on #18.  Not perfect, but maybe enough to start with.
@cxw42 cxw42 closed this as completed in bf1f7b6 Sep 3, 2017
@cxw42
Copy link
Owner Author

cxw42 commented Sep 14, 2017

It's better, but not ideal. I am thinking that it might be worth just using whatever was the size/position of the last non-popup window the user interacted with. That doesn't require content scripts, and would at least be predictable. Does anyone have any comments or suggestions?

@cxw42 cxw42 reopened this Sep 14, 2017
@cxw42 cxw42 changed the title When opening a window, do so at the default size/position (Reopened) When opening a window, do so at the default size/position Sep 14, 2017
@cxw42 cxw42 removed this from the v0.1 milestone Oct 1, 2018
@cxw42 cxw42 pinned this issue Jul 8, 2019
@cxw42 cxw42 changed the title (Reopened) When opening a window, do so at the default size/position (Reopened) When opening a window, do so at the default size/position, and on screen Jul 8, 2019
@cxw42 cxw42 unpinned this issue Jul 8, 2019
@cxw42 cxw42 changed the title (Reopened) When opening a window, do so at the default size/position, and on screen Open window on screen and with reasonable default size/position Jul 8, 2019
@cxw42 cxw42 pinned this issue Jul 8, 2019
@andr222
Copy link

andr222 commented Aug 4, 2019

I use tabfern to define a set of windows, organized by subject.
Some of these windows have as many as 30 tabs. I would like to close most such windows not currently used, in order to avoid greatly slowing my system.
I like to use all except the tabfern window at exactly the same size & position, overlayed one over the other. I often hide open windows, using the system menu bar (tableau de bord in french) to select the window to display on top.
Currently new windows open in a very tiny window near the top left corner. It is difficult and time-consuming to resize and reposition new windows to my preferred size/position.

Suggestion : add options for preferred size and position of new windows, and option offset for those who would prefer additional windows at a certain offset. (offset=0,0 for exactly the same position)
I don't know how easy it is to add such options, but that would be an enormous plus for me.

@cxw42
Copy link
Owner Author

cxw42 commented Aug 4, 2019

@andr222 Thanks for the feedback! Would you please open a separate issue for specifying new-window size and position? I think that is a reasonable feature and is a different issue than the defaults/on-screen here.

Currently, TF opens new windows at the size of the last-created Chrome window. Try:

  • Opening a new window (not a TF saved window)
  • Navigating to Google or any site
  • Sizing the window to the size at which you want restored windows to open
  • Closing the window, leaving the TF window open
  • Clicking on the TF window and hitting Ctrl-N

If all goes well, the new window will have the same size the window did just before you closed it, and when TF restores a window it will give it the same size.

That setting is currently per-session, so you may have to do this whenever you start Chrome until the new issue is opened and fixed.

@andr222
Copy link

andr222 commented Aug 5, 2019

Thanks ... your method to reset where TF opens new windows works great :
Exactly the same size and the position only slightly offset (and easy to ajust).
From what you say, I just have to redo this each session. Hopefully awaking from hibernating doesn't count as a new session.
You solved a very annoying problem.
Thanks again.

@cxw42
Copy link
Owner Author

cxw42 commented Aug 5, 2019

@andr222 glad to hear it, and happy to help!

When you have a few minutes, would you please open the new issue anyway? It would be a good issue for someone new to TF development to work on, and if you open the issue it is clear that there is user demand :D . Thanks!

@cxw42
Copy link
Owner Author

cxw42 commented Sep 30, 2019

Of the two items listed in the original post, one is done, and the remaining one appears to be the same as #141. Therefore, I am closing this in favor of #141.

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

No branches or pull requests

2 participants