linux ubuntu 22.04安装后配置优化:调整 Dock Panel 外观 & 启用 Gnome 扩展支持 & 安装gnome tweaks

调整 Dock Panel 外观:

同样对于左侧停靠面板,有一些技巧可以调整其外观。通过按键盘上的 Ctrl+Alt+T 组合键打开终端,然后运行以下命令:

将“显示应用程序”(9 个点图标)移至顶部:

linuxmi@linuxmi:~/www.linuxmi.com$ gsettings set org.gnome.shell.extensions.dash-to-dock show-apps-at-top true

缩短面板以使其紧凑:

linuxmi@linuxmi:~/www.linuxmi.com$ gsettings set org.gnome.shell.extensions.dash-to-dock extend-height false

将 Dock 移至底部,但您可以通过系统设置进行操作:

linuxmi@linuxmi:~/www.linuxmi.com$ gsettings set org.gnome.shell.extensions.dash-to-dock dock-position BOTTOM

从面板禁用 USB 和其他可移动设备图标:

linuxmi@linuxmi:~/www.linuxmi.com$ gsettings set org.gnome.shell.extensions.dash-to-dock show-mounts false

对于那些喜欢图形配置工具的人,以上所有命令都可以通过Dconf Editor工具完成。

启用 Gnome 扩展支持:

大多数 Gnome 扩展是通过 Web 浏览器通过访问extensions.gnome.org安装的,尽管您必须安装一些东西才能启用它。

打开终端 (Ctrl+Alt+T) 并运行命令来安装 chrome-gnome-shell 和 Gnome Extensions 应用程序:

linuxmi@linuxmi:~/www.linuxmi.com$ sudo apt install chrome-gnome-shell gnome-shell-extension-prefs

img

之后,您可以访问该网站并首次安装浏览器扩展并安装您喜欢的 Gnome 扩展。

img

通过从活动概览中搜索“Gnome 扩展”,您可以打开应用程序来管理它们。

安装 Gnome Tweaks

除了默认的系统设置,Gnome Tweaks是 GNOME 桌面必备的配置工具,尤其是更改主题和字体。

要安装该工具,请打开终端并运行命令:

img

linuxmi@linuxmi:~/www.linuxmi.com$ sudo apt install gnome-tweaks

img

参考链接:

https://www.linuxmi.com/ubuntu-21-10-top-things.html

猜你喜欢

转载自blog.csdn.net/a772304419/article/details/124975028