gnome-shell-extension-ddterm icon indicating copy to clipboard operation
gnome-shell-extension-ddterm copied to clipboard

Feature request: Allow the width of the terminal to be configurable. (Useful for large/ultrawide monitors)

Open fc-asad opened this issue 3 years ago • 6 comments

Thank you for this great extension.

It would be great to have a feature that allows the users to configure the width of the terminal either in px or percentage. It would be particularly useful for those using large/ultra-wide monitors. So that the terminal takes up defined space at the centre of the screen and not the entire width of the screen.

fc-asad avatar May 22 '22 02:05 fc-asad

Would also love to see this implemented.

alexboutros avatar Jun 12 '22 03:06 alexboutros

Pleaseeee... it's only 2 extra settings that you probably know exactly where to put:

Width, with a slider, 0% - 100% Position, either with a slider 0% - 100%, or 3 fixed settings left/center/right

For ultrawide monitors is really needed.

syco avatar Apr 14 '23 13:04 syco

+1

k0d4 avatar May 15 '23 16:05 k0d4

This is a necessary feature addition in my opinion. It's really annoying having to look to the left all the time when using a ultrawide monitor. Implementation isn't that complicated. An additional one preference slider for the width in percent would be enough, align the terminal window to the center of the screen and thats it.

Regarding horizontal window resizing, do it like the "System Details" dialog in GNOME Settings in the "About" section, where the dialog window is still center aligned to the main window after risizing.

slugcat-dev avatar Dec 30 '23 21:12 slugcat-dev

I will accept a pull request that implements this feature - but only if it wont break anything else.

I'm not going to work on this feature myself, at least in the foreseeable future.

amezin avatar Dec 31 '23 18:12 amezin

@amezin I've taken an initial stab at this here https://github.com/ddterm/gnome-shell-extension-ddterm/pull/889

There's still a bit more work to do (tests, etc) but let me know what you think when you can please.

martinn avatar Apr 15 '24 04:04 martinn