# Install wmctrl
sudo apt-get install wmctrl
wmctrl -r 'window title or window ID' -t [0~n]
Mint 13上面沒用= =,改用xdotool
* 列出window的的標題欄(後面直接用複製貼上就可以了,可以少打一些字啊XD)
wmctrl -l
* 將window移動到指定的workspace(desktop編號從0開始)
# 取得 window ID
ID=`xdotool search --onlyvisible --name '{window title}'`
# 移動到指定的desktop
xdotool set_desktop_for_window $ID{desktop_id}
Mint 13上面沒用= =,改用xdotool
* 列出window的的標題欄(後面直接用複製貼上就可以了,可以少打一些字啊XD)
wmctrl -l
* 將window移動到指定的workspace(desktop編號從0開始)
# 取得 window ID
ID=`xdotool search --onlyvisible --name '{window title}'`
# 移動到指定的desktop
xdotool set_desktop_for_window $ID{desktop_id}
參考文章:
- wmctrl, a handy tool for you to manipulate windows
- arranging windows from the gnu/linux command line with wmctrl
- wmctrl user documentation
沒有留言:
張貼留言