我正在使用带有 Wayland 的 Ubuntu 22.10。如何通过终端获取当前小数缩放值?
例如,将 GUI 设置为 125%:
gsettings get org.gnome.desktop.interface scaling-factor
返回 0,并且
gsettings get org.gnome.desktop.interface text-scaling-factor
返回 1.0。
在其他变量列表中看不到任何相关内容org.gnome.desktop.interface
。