Ubuntu Tip:How to show desktop from command line
This tutorial will explain how to show desktop
from command line in ubuntu.You can use xdotool to do this.
xdotool lets you programatically (or manually) simulate keyboard input and mouse activity, move and resize windows, etc. It does this using X11's XTEST extension and other Xlib functions.
Install xdotool using the following command
sudo apt-get install xdotool
Once you install this tool you can use the following command to show desktop
xdotool key ctrl+alt+d
本文将指导您如何使用xdotool工具从Ubuntu系统的命令行界面显示桌面。安装xdotool,然后通过运行特定命令来实现此功能。

408

被折叠的 条评论
为什么被折叠?



