要隐藏顶部状态栏,必须在
方法一:
Ubuntu默认的桌面是 Unity,尚未找到方法如何隐藏,在Gnome下则可以,先安装 Gnome桌面。
1. 安装 Gnome桌面
2. 安装 hidetopbar 扩展
a.安装 hidetopbar 扩展
sudo apt-get install gnome-shell-extension-autohidetopbar
b.开启 hidetopbar 扩展
重启电脑,在搜索栏中搜索 “Tweak tool”并打开,Extensions --> Hide top bar 扩展,开启即可隐藏顶栏。隐藏的方式是自动隐藏、自动显示。
方法二:
安装 xfce4 桌面:
sudo apt-get install xfce4
参考:
https://blog.csdn.net/fxb163/article/details/84193098?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-3.edu_weight&depth_1-utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-3.edu_weight
让xfce4 不屏保(不黑屏):
xset s 0
阅读(5392) | 评论(0) | 转发(1) |