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就好用一點了。