Ubuntu调整桌面图标显示位置
打开Ubuntu终端, 执行下面的命令:
1 |
gsettings set com.canonical.Unity.Launcher launcher-position Bottom ; |
其中Bottom是(图标显示位置)显示在下方, 也可以输入Left(显示在左侧), Right(显示在右侧)
打开Ubuntu终端, 执行下面的命令:
1 |
gsettings set com.canonical.Unity.Launcher launcher-position Bottom ; |