translator
11,127
edits
(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 | = 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= | 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 | To check if picom is working following command can be used: | ||
{{UserCmd|command=pgrep -l picom}} | {{UserCmd|command=pgrep -l picom}} | ||