1.平埔式窗口管理器shellshapephp
刚开始用都是登陆时默认为gnome classic,主要是但愿有任务栏,可是为了在这种模式,gnome扩展都没有用了。css
而我又在使用shellshape --平埔式窗口管理器(Tiling Window Manager)gnome扩展html
原来不安装它,用快捷键也能够安排2个窗口分开排列。Win+left Win+rightlinux
关于平埔式窗口管理器https://linuxtoy.org/archives/musca.htmlshell
另外我还安装了Dash to Dock扩展,就有了侧边栏。windows
2.gnome3的任务栏-tint2svg
因而我找到一款软件来找回gnome3的任务栏-tint2优化
安装 sudo apt-get install tint2ui
code.google.com/p/tint2/wiki/Configuregoogle
默认配置不是很搭,这里有个Gui配置方法:
http://www.noobslab.com/2011/12/install-light-weight-taskbar-tint2-for.html
或者直接用个人配置:
http://files.cnblogs.com/allbymyself/tint2rc.css
放在 ~/.config/tint2/tint2rc
减小任务栏高度,透明化
http://blog.chinaunix.net/uid-20104120-id-3563983.html 这里我改1.48
background-color: rgba(0,0,0,0.3);
/* background-color: black;
border-image: url("panel-border.svg") 1;*/
能够减小标题栏高度和最大化时自动隐藏,显示桌面快捷键失效
https://wiki.archlinux.org/index.php/GNOME_%28%E7%AE%80%E4%BD%93%E4%B8%AD%E6%96%87%29#.E5.87.8F.E5.B0.91.E6.A0.87.E9.A2.98.E6.A0.8F.E9.AB.98.E5.BA.A6
alt+F10 toggle max windows
通过这样折腾,gnome就好用一点了。