请问,鼠标指针大小能调节吗
Tofloor
poster avatar
舞天逸尘
deepin
2020-07-15 07:37
Author
设置里面虽然鼠标指针给了4个主题,但是使用起来,指针好小,能调大点吗。
Reply Favorite View the author
All Replies
avatar
haohu1193
deepin
2020-07-15 07:50
#1
装个星火商店吧...里面有2款大的指针...



https://shenmo.lanzous.com/b01bio87a



Reply View the author
avatar
舞天逸尘
deepin
2020-07-16 01:43
#2
https://bbs.deepin.org/post/197197
装个星火商店吧...里面有2款大的指针...

行,凑合着用吧
Reply View the author
avatar
keep_up
deepin
2020-08-01 05:43
#3
用过xfce,它里边就可以按需调整指针的大小。
其实很多成熟的桌面环境含有了调节的选项,Windows10甚至能通过滑块直观调节大小
deepin可以考虑下加入功能https://bbs.deepin.org/user/238373
Reply View the author
avatar
fedora
deepin
2022-01-22 05:48
#4
舞天逸尘
https://bbs.deepin.org/post/197197
装个星火商店吧...里面有2款大的指针...

行,凑合着用吧

主要是大小的问题,不是样式,希望提供类似ubuntu或者win的设置功能

Reply View the author
avatar
fedora
deepin
2022-03-31 05:48
#5

方法一(亲测可用)

dconf 系统配置编辑器搜了一下,有好几个
/org/gnome/desktop/interface/cursor-size
/com/deepin/wrap/gnome/desktop/interface/cursor-size
/com/deepin/xsettings/gtk-cursor-theme-size

更改为64

方法二:

直接 gsettings set org.gnome.desktop.interface cursor-size 64 (不是这个属性),不知道对应的是什么key,可以用命令 gsettings list-keys org.gnome.desktop.interface找找;

注意:注销以后生效

Reply View the author