如果想要讓應用程式視窗以固定尺寸開啟: 在 Ubuntu/Xubuntu 中,可以到軟體中心安裝 Gdevilspie 這個小程式。或者使用终端機指令 wmctrl (Xubuntu 使用者可能要先安装:sudo apt-get install wmctrl)。 先查閱視窗id與名稱: wmctrl -l 以視窗名稱變更視窗位置、尺寸: wmctrl -r 視窗名稱 -e 0,視窗的螢幕x座標,視窗的螢幕y座標,視窗寬度,視窗高度 如:wmctrl -r Blender -e 0,0,0,1280,720 以視窗 id 變更視窗位置、尺寸: wmctrl -i -r 視窗id -e 0,視窗的螢幕x座標,視窗的螢幕y座標,視窗寬度,視窗高度 如:wmctrl -i -r 0x00e00002 -e 0,0,0,1280,720 Windows 使用者可以嘗試 Sizer 4.0 by Brian Apps 。 References: unity - How to set a specific window size and placement for all windows that open to default - Ask Ubuntu Resizing windows to a particular width and height instantly - Ask Ubuntu 5 Tools to Resize an Unresizable Window or Set to a Defined Size • Raymond.CC