如何在 GNOME (18.04) 中更改鼠标指针大小和外观?

Mic*_*ant 12 mouse gnome pointers cursor

我想更改鼠标指针的外观(大小、形状和颜色)。

我有哪些选择?

Mic*_*ant 14

一种直接的方法是使用 dconf 在命令行设置光标大小:

dconf write /org/gnome/desktop/interface/cursor-size 25
Run Code Online (Sandbox Code Playgroud)

更好的方法通常是安装和使用 dconf-editor

sudo apt-get install dconf-tools

dconf-editor   # brings up ui tool
Run Code Online (Sandbox Code Playgroud)

导航: org/gnome/desktop/interface/cursor-size

然后您将能够更改光标大小,例如

在此处输入图片说明


更改光标类型,例如这个红色指针

在此处输入图片说明

使用 Ubuntu 的调整工具在此处输入图片说明