要控制窗口管理器 (compiz) 如何控制调整大小,需要在各种 gsettings 值中进行一些探索。
特别是有一个带有模式参数的 resize compiz 插件,您可以使用它。
默认情况下,它设置为“0”,即“正常”,相当于整个窗口大小调整
gsettings set org.compiz.resize:/org/compiz/profiles/unity/plugins/resize/ mode 0
Run Code Online (Sandbox Code Playgroud)
值“1”足以停止整个窗口调整大小并切换到显示框架
gsettings set org.compiz.resize:/org/compiz/profiles/unity/plugins/resize/ mode 1
Run Code Online (Sandbox Code Playgroud)
值“2”显示窗口边框模糊的框架
gsettings set org.compiz.resize:/org/compiz/profiles/unity/plugins/resize/ mode 2
Run Code Online (Sandbox Code Playgroud)
值“3”在调整大小期间缩小窗口:
gsettings set org.compiz.resize:/org/compiz/profiles/unity/plugins/resize/ mode 3
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
1280 次 |
| 最近记录: |