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

Overlay Scrolling #563

Open
garfunkel opened this issue Sep 26, 2023 · 1 comment
Open

Overlay Scrolling #563

garfunkel opened this issue Sep 26, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@garfunkel
Copy link

It would be great if the scrollbar could be changed to an overlay scrollbar, similar to the current gnome-console/tilix etc. This would remove the ugliness of having the scrollbar always visible.

@garfunkel garfunkel added the enhancement New feature or request label Sep 26, 2023
@amezin
Copy link
Member

amezin commented Sep 26, 2023

According to VTE docs:

Note that altough VteTerminal implements the GtkScrollable interface, you should not place a VteTerminal inside a GtkScrolledWindow container, since they are incompatible. Instead, pack the terminal in a horizontal GtkBox together with a GtkScrollbar which uses the GtkAdjustment returned from gtk_scrollable_get_vadjustment().

That's why you don't see overlay scrollbar in GNOME Terminal too.

However, Console seems to have an overlay scrollbar - maybe it will be possible after Gtk 4 migration (GNOME 45).

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