Mate 桌面 reduced_resources

When I'm minimizing a window, I can see a black border effect (really ugly) show up. Is there a way to remove that?.

Effect i'm talking about.

Screenshot at 2020-02-10 22-21-21.png1097×691 981 KB

I have a custom config file in ~/bin as explained in Compton - how disable fade effect? 2.

Solved by pallebone in post #2

Try this guide here:

Dconf-editor is not included in Mate by default but you can just install it.
You can also try the option
org > mate > marco > general. Check "reduced-resources".
In addition to the above. I believe you dont see window contents when dragging if you do that one.

David_Li

我还没有学会写个人说明!

相关推荐

优化Linux下的内核TCP参数以提高系统性能

优化Linux下的内核TCP参数以提高系统性能
内核的优化跟服务器的优化一样,应本着稳定安全的原则。下面以Squid服务器为例来说明,待客户端与服务器端建立TCP/IP连接后就会关闭Socket,服务器端连接的端口状态也就变为TIME_WAIT了。那是不是所有执行主动关闭的Socket都会进入TIME_WAIT状态呢?有没有什么情况可使主动关闭的Socket直接进入CLOSED状态呢?答案是主动关闭的一方在发送最后一个ACK后就会进入TIME_WAIT状态,并停留2MSL(报文最大生存)时间,这是TCP/IP必不可少的,也就是说这一点是“解决”不了的。
TCP/IP设计者如此设计,主要原因有两个:

暂无评论