------------恢复内容开始------------
此问题默认存在于manjaro-i3-18.1.5-191229-linux54之前的版本中。
i3 社区版中compton包名已经改名为picom。而相关配置文件中 进行更新。
终端中运行:
pkill comton #关闭compton
compton -b #运行compton
错误显示为:
[ 01/09/2020 18:38:49.762 parse_config_libconfig WARN ] Option `no-dock-shadow` is deprecated, and will be removed. Please use the wintype option `shadow` of `dock` instead. [ 01/09/2020 18:38:49.762 parse_config_libconfig WARN ] Option `menu-opacity` is deprecated, and will be removed.Please use the wintype option `opacity` of `popup_menu` and `dropdown_menu` instead. [ 01/09/2020 18:38:49.762 parse_config_libconfig WARN ] vsync option will take a boolean from now on. "none" is interpreted as "false" for compatibility, but this will stop working soon [ 01/09/2020 18:38:49.763 parse_config_libconfig WARN ] glx-swap-method has been deprecated since v6, your setting "undefined" should be removed. [ 01/09/2020 18:38:49.763 parse_config_libconfig WARN ] "clear-shadow" is removed as an option, and is always enabled now. Consider removing it from your config file [ 01/09/2020 18:38:49.763 parse_config_libconfig WARN ] "paint-on-overlay" has been removed as an option, and is enabled whenever possible
删除原有.config/compton.conf
新建picom.conf文件
输入以下内容
原文地址:https://www.cnblogs.com/manjarocn/p/12173004.html
时间: 2024-11-02 22:31:40