Gangmax Blog

Disable overlay scrollbar of Ubuntu Unity with dconf-editor

Refer here.

There are several ways to make it(by “dconf-editor” or “dconf-cli”). The basic concept is to change Unity configuration with “dconf“.

In “dconf-editor”, open “com/canonical/desktop/interface” from the left tree view, and change “scollbar-mode” to “normal”, done.

With “dconf-cli”, run the following command in terminal:

1
gsettings set com.canonical.desktop.interface scrollbar-mode normal

Note that the key point is that GNOME uses dconf to save configurations.

Comments