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

Add Default Window Size Feature #9976

Open
NOname-awa opened this issue Oct 3, 2024 · 7 comments
Open

Add Default Window Size Feature #9976

NOname-awa opened this issue Oct 3, 2024 · 7 comments

Comments

@NOname-awa
Copy link

Is your feature request related to a problem? Please describe.
Yes, I'm often frustrated because the terminal window always opens with the last used size instead of a default size. I would like to have a feature that allows opening the terminal with a default size, such as 80x25 characters.

Describe the solution you'd like
An option to open the terminal with a default size (e.g., 80x25 characters) rather than the last used size.

Describe alternatives you've considered
There are no good workarounds except manually resizing the terminal every time.

Additional context
It would enhance user experience by providing more control over the appearance and behavior of the terminal window.

@EzazAA

This comment was marked as duplicate.

@NOname-awa
Copy link
Author

嘿,我假设你正在使用 Windows CMD

如果是这样,请按照以下步骤操作即可-

右键单击命令提示符窗口的标题栏并选择属性。转到布局选项卡。将窗口大小部分下的宽度和高度设置为所需的尺寸(例如 80x25)。单击确定以保存更改。下次打开 CMD 时,它应该会记住这些设置。

如果您遇到任何问题,请告诉我,如果您使用任何其他终端,请提及

Thank you for your response. However, I am currently using Tabby Terminal on Linux, not the Windows Conhost Terminal. My request is for Tabby Terminal to open with a default window size.
image

@EzazAA

This comment was marked as duplicate.

@NOname-awa
Copy link
Author

For tabby terminal -

Well I'm not quite familiar with tabby terminal but after some research i found this - It should work

1. Open Tabby Settings

  • Launch Tabby Terminal.
  • Click on the menu icon in the top-right corner (the three horizontal lines) or press Ctrl + , to open the Settings.

2. Set Default Window Size

  • In the settings menu, navigate to Config.
  • Scroll down or search for the Terminal section.
  • Look for an option like Initial Terminal Size or Default Size (depending on the Tabby version).
  • Set the columns and rows to your preferred size, e.g., 80 columns and 25 rows.
  • Save or apply the changes.

3. Restart Tabby

  • Close and reopen Tabby for the changes to take effect.

If the graphical interface doesn’t provide these settings, you can also edit Tabby’s configuration file manually:

4. Edit Tabby Config File

  • Open the config file located at ~/.config/tabby/config.yaml.
  • Look for (or add) entries for windowSize or similar options like this:
    terminal:
      columns: 80
      rows: 25
  • Save the file and restart Tabby Terminal.

This should configure Tabby Terminal to open with the default size of 80x25.

वास्तव में यह विकल्प नहीं है
Actually, this option is not available.

@EzazAA

This comment was marked as duplicate.

@Eugeny
Copy link
Owner

Eugeny commented Oct 4, 2024

@EzazAA did you ask ChatGPT to write this crap? These options do not exist.

There's no way currently to enforce a window size unless you write a plugin for that.

@EzazAA
Copy link

EzazAA commented Oct 4, 2024

I'm really very sorry if I caused any inconvenience 😔

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

No branches or pull requests

3 participants