Join Nostr
2024-10-02 21:52:59 UTC
in reply to

rsp on Nostr: Here's how...but I don't really like how it functions. Doesn't seem to respond ...

Here's how...but I don't really like how it functions. Doesn't seem to respond well...or at least not the way I would like it to.

Create a file in /home/yourusername/.config/gtk-3.0/gtk.css containing the following:

*{
-GtkScrollbar-has-backward-stepper: 1;
-GtkScrollbar-has-forward-stepper: 1;
-GtkRange-slider-width: 13;
-GtkRange-stepper-size: 13;
}

Note: replace yourusername by your user name.