slitaz-configs diff ob-menu/menu.xml.in @ rev 319

~/.Xdefaults: add xterm utf same as in /root, ~/.xinitrc: LOG=/dev/tty9, ob-menu/menu.xml.in : xcompmgr -a : Use automatic server-side compositing. Faster, but no special effects.
author anonymous
date Sat Nov 07 19:56:54 2020 +0000 (2020-11-07)
parents 712f472c52c6
children
line diff
     1.1 --- a/ob-menu/menu.xml.in	Wed Sep 27 15:17:39 2017 +0300
     1.2 +++ b/ob-menu/menu.xml.in	Sat Nov 07 19:56:54 2020 +0000
     1.3 @@ -52,6 +52,9 @@
     1.4    <item label="$(gettext 'Activate composite')">
     1.5      <action name="Execute"><command>xcompmgr</command></action>
     1.6    </item>
     1.7 +  <item label="$(gettext 'Activate composite') server-side compositing. Faster.">
     1.8 +    <action name="Execute"><command>xcompmgr -a</command></action>
     1.9 +  </item>
    1.10    <item label="$(gettext 'Activate shadows')">
    1.11      <action name="Execute"><command>xcompmgr -c -r 10 -o 0.5</command></action>
    1.12    </item>