i3 manjaro(커뮤니티 에디션)와 함께 compton/picom을 실행할 수 없습니다.

i3 manjaro(커뮤니티 에디션)와 함께 compton/picom을 실행할 수 없습니다.

"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 명령에서 "compton"이 아직 "picom"으로 이름이 바뀌지 않았다고 언급했기 때문에 여기서 무엇을 요구하는지 잘 모르겠습니다. 그래서 .conf 파일 이름만 변경하면 된다고 생각했습니다. 등등, 그러나 그것은 작동하지 않습니다.

답변1

이것은 i3 구성 파일에 추가하는 경로입니다 =

# picom
exec_always --no-startup-id picom --config ~/.config/picom/picom.conf

내 경우 경로는 단일 PICOM이므로 내 경로는 =picom --config ~/.config/picom.conf

그것은 나에게 효과가 있으며 그것이 당신에게 도움이 되기를 바랍니다!

관련 정보