Difference between revisions of "Using Compton for a tear-free experience in Xfce"

m
replace compton to picom
(Marked this version for translation)
m (replace compton to picom)
 
Line 15: Line 15:
{{UserCmd|command=sudo pacman -S picom}}
{{UserCmd|command=sudo pacman -S picom}}


= Configuring compton = <!--T:4-->
= Configuring picom = <!--T:4-->
Picom is configured by editing ''~/.config/picom/picom.conf''.
Picom is configured by editing ''~/.config/picom/picom.conf''.


Line 74: Line 74:
  Version=0.9.4
  Version=0.9.4
  Type=Application
  Type=Application
  Name=Compton
  Name=Picom
  Comment=X11 compositor
  Comment=X11 compositor
  Exec=compton -b
  Exec=compton -b
Line 88: Line 88:


<!--T:9-->
<!--T:9-->
To check if compton is working following command can be used:
To check if picom is working following command can be used:
{{UserCmd|command=pgrep -l picom}}
{{UserCmd|command=pgrep -l picom}}


translator
10,713

edits