wok diff compiz/stuff/compiz-startwm @ rev 19217

Up compiz* (0.8.12)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Fri Jun 17 15:09:10 2016 +0300 (2016-06-17)
parents
children c38559793ba8
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/compiz/stuff/compiz-startwm	Fri Jun 17 15:09:10 2016 +0300
     1.3 @@ -0,0 +1,14 @@
     1.4 +#!/bin/sh
     1.5 +#
     1.6 +#Usage: compiz
     1.7 +#       [--display DISPLAY] [--bg-image PNG] [--refresh-rate RATE]
     1.8 +#       [--fast-filter] [--indirect-rendering] [--no-detection]
     1.9 +#       [--keep-desktop-hints] [--loose-binding] [--replace]
    1.10 +#       [--no-fbo] [--sm-disable] [--sm-client-id ID] [--only-current-screen]
    1.11 +#       [--use-root-window] [--debug] [--version] [--help] [PLUGIN]...
    1.12 +
    1.13 +COMPIZ_OPTS='--sm-disable --loose-binding --no-fbo --ignore-desktop-hints'
    1.14 +
    1.15 +(lsmod | grep -q nvidia) && OPTS="$OPTS --indirect-rendering"
    1.16 +
    1.17 +compiz --replace $COMPIZ_OPTS