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

Updating to match new version of source page
(Updating to match new version of source page)
Tags: Mobile web edit Mobile edit
(Updating to match new version of source page)
 
Line 11: Line 11:
{{UserCmd|command=sudo pacman -S picom}}
{{UserCmd|command=sudo pacman -S picom}}


= Configuring compton =
= Configuring picom =
Picom is configured by editing ''~/.config/picom/picom.conf''.
Picom is configured by editing ''~/.config/picom/picom.conf''.


Line 67: Line 67:
  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 79: Line 79:
Now one could logout and login again to see if picom has been activated.
Now one could logout and login again to see if picom has been activated.


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}}


8,146

edits