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)
 
(Importing a new version from external source)
Tags: Mobile web edit Mobile edit
Line 1: Line 1:
The following content can be pasted in ''~/.config/autostart/compton.desktop''
Create a new file ''~/.config/autostart/picom.desktop'' with content
{{File|file=~/.config/autostart/picom.desktop|content=
<pre>
  [Desktop Entry]
  [Desktop Entry]
  Encoding=UTF-8
  Encoding=UTF-8
Line 11: Line 13:
  Terminal=false
  Terminal=false
  Hidden=false
  Hidden=false
</pre>
}}

Revision as of 06:18, 18 January 2023

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

Create a new file ~/.config/autostart/picom.desktop with content

~/.config/autostart/picom.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.