肉桂通知设置

Ale*_*lex 4 notification customization cinnamon

默认情况下,在 Cinnamon 中,通知会显示大约四秒钟。如何增加这个显示时间?

小智 5

您可以在

/usr/share/cinnamon/js/ui/messageTray.js
Run Code Online (Sandbox Code Playgroud)

查找以下行:

const **NOTIFICATION_TIMEOUT** = 4;
Run Code Online (Sandbox Code Playgroud)

并设置一个合适的值。

更改需要重新登录才能生效。