摘要: 1. 安装xdotool 2. 使用下面的脚本 #!/usr/bin/python3.8 import os import sys import time import getopt def remove_shadow(app_class): for wid in os.popen('xdotool 阅读全文
posted @ 2021-07-29 12:31 天冷就回来 阅读(618) 评论(0) 推荐(0)