下面是我在执行“picom”时得到的结果:
[ 03/01/20 15:24:08.887 parse_config_libconfig WARN ] Option `no-dock-shadow` is deprecated, and will be removed. Please use the wintype option `shadow` of `dock` instead.
[ 03/01/20 15:24:08.887 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
[ 03/01/20 15:24:08.887 parse_config_libconfig WARN ] glx-swap-method has been deprecated since v6, your setting "undefined" should be removed.
[ 03/01/20 15:24:08.887 parse_config_libconfig WARN ] "clear-shadow" is removed as an option, and is always enabled now. Consider removing it from your config file
[ 03/01/20 15:24:08.887 parse_config_libconfig WARN ] "paint-on-overlay" has been removed as an option, and is enabled whenever possible“康普顿”:
[ 03/01/20 15:42:33.943 parse_config_libconfig WARN ] Option `no-dock-shadow` is deprecated, and will be removed. Please use the wintype option `shadow` of `dock` instead.
[ 03/01/20 15:42:33.944 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
[ 03/01/20 15:42:33.944 parse_config_libconfig WARN ] glx-swap-method has been deprecated since v6, your setting "undefined" should be removed.
[ 03/01/20 15:42:33.944 parse_config_libconfig WARN ] "clear-shadow" is removed as an option, and is always enabled now. Consider removing it from your config file
[ 03/01/20 15:42:33.944 parse_config_libconfig WARN ] "paint-on-overlay" has been removed as an option, and is enabled whenever possible
[ 03/01/20 15:42:33.944 session_init WARN ] This compositor has been renamed to "picom", the "compton" binary will not be installed in the future.这个检查复合管理器正在运行的命令没有显示输出:
inxi -Gxx | grep compositor我的i3配置文件中还有这一行:
# picom
exec_always --no-startup-id picom --config ~/.config/picom/picom.conf我不知道他们在这里要求我做什么,因为康普顿命令提到' compton‘没有被重命名为'picom',所以我想我只需要更改.conf文件名等等,但这是行不通的。
发布于 2020-08-30 02:22:17
这是添加到i3配置文件中的路径=
# picom
exec_always --no-startup-id picom --config ~/.config/picom/picom.conf就我的情况而言,路径只有一个PICOM,所以我的路径是= picom --config ~/.config/picom.conf
为我工作,希望它能帮助你!
https://unix.stackexchange.com/questions/560165
复制相似问题