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

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

From Manjaro
(Importing a new version from external source)
(No difference)

Revision as of 18:57, 7 September 2021

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Using Compton for a tear-free experience in Xfce)
Create a new file ''~/.config/autostart/picom.desktop'' with content
{{File|file=~/.config/autostart/picom.desktop|content=
<pre>
 [Desktop Entry]
 Encoding=UTF-8
 Version=0.9.4
 Type=Application
 Name=Picom
 Comment=X11 compositor
 Exec=compton -b
 OnlyShowIn=XFCE;
 StartupNotify=false
 Terminal=false
 Hidden=false
</pre>
}}

The following content can be pasted in ~/.config/autostart/compton.desktop

[Desktop Entry]
Encoding=UTF-8
Version=0.9.4
Type=Application
Name=Compton
Comment=X11 compositor
Exec=compton -b
OnlyShowIn=XFCE;
StartupNotify=false
Terminal=false
Hidden=false
Cookies help us deliver our services. By using our services, you agree to our use of cookies.