You are not logged in.
Pages: 1
Posting this for posterity because it's actually tricky to find the simple solution online.
In ~/.config/gtk-3.0/settings.ini, add this to the bottom of the file, save it, and logout...
gtk-overlay-scrolling=false
Whoever approved the idea of partially hiding the scrollbars by default is, well, I won't say.
---
There is also the option to set specific parameters for the scrollbar in ~/.config/gtk-3.0/gtk.css (create it if needed). This works for the theme I'm using, and is much more usable than the default narrow and hidden scrollbar...
scrollbar, scrollbar button, scrollbar slider {
-GtkScrollbar-has-backward-stepper: true;
-GtkScrollbar-has-forward-stepper: true;
min-width: 8px;
min-height: 32px;
border-radius: 10;
}
Last edited by johnraff (2022-01-24 08:10:18)
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
Was also wondering about this.
https://wiki.archlinux.org/title/GTK#Di … scrollbars
Alternative method is to add this to ~/.xsessionrc or ~/.config/bunsen/environment:
# Disable overlay scrollbars
export GTK_OVERLAY_SCROLLING=0
Last edited by johnraff (2022-01-24 08:09:04)
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
^ Revisiting this due to a new OS install, and I agree. Don't edit ~/.config/gtk3 whatever, add it to .xsessionrc (create it if needed.
To make firefox behave the same, I think it's about:config, widget.non-native-theme.win11.scrollbar.force-overlay-style false and widget.non-native-theme.scrollbar.style 0
I don't know, I should have gone to sleep hours ago.
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
export GTK_OVERLAY_SCROLLING=0
is already in skel/.config/bunsen/environment - it went in on Mar 11th 2022 - so BL Beryllium+ users should be covered.
Haven't tried the Firefox tweak though. When does the issue arise with Firefox?
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
For Firefox, to disable the hiding of scrollbars and show them all the time, it's not in about:config but the regular GUI menu:
Edit>Settings>General Scroll down to Browsing and check "Always show scrollbars".
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
Pages: 1