You are not logged in.
Pages: 1
I use XFCE 4.12 and I want my scrollbar always visible.
How can I do it?
Offline
Hi ratlover,
It's an old thread, but the solutions here still work.
Offline
Thanks MrEen!
Over there, they provide a solution from this Xfce forum, for the record, it could be this post:
Okay, I see what your talking about. I also use Arch but I don't have any GTK3 apps installed. I installed Remmina and I can now see the auto-hiding scrollbar. Looks like this is the new GTK3.16 overlay scrollbars. According to this commit, they can be turned off via an environment variable.
EDIT: Running an app like:
env GTK_OVERLAY_SCROLLING=0 <app>
...will disable the overlay scrollbars.
Adding:
export GTK_OVERLAY_SCROLLING=0
...to my ~/.bashrc file makes it permanent for my session.
Last edited by jesus2099 (2020-09-02 05:19:09)
Offline
And adding GTK_OVERLAY_SCROLLING=0 to /etc/environment disables it globally from what I understand.
There's many ways to skin a scrollbar!
Last edited by MrEen (2020-09-02 06:35:53)
Offline
Pages: 1
[ Generated in 0.011 seconds, 7 queries executed - Memory usage: 519.16 KiB (Peak: 520.01 KiB) ]