wok view compiz/stuff/compiz-startwm @ rev 21747

tazboot: spare 2k
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 14 17:17:16 2019 +0200 (2019-06-14)
parents 8e1f5fe117e6
children
line source
1 #!/bin/sh
2 #
3 #Usage: compiz
4 # [--display DISPLAY] [--bg-image PNG] [--refresh-rate RATE]
5 # [--fast-filter] [--indirect-rendering] [--no-detection]
6 # [--keep-desktop-hints] [--loose-binding] [--replace]
7 # [--no-fbo] [--sm-disable] [--sm-client-id ID] [--only-current-screen]
8 # [--use-root-window] [--debug] [--version] [--help] [PLUGIN]...
10 COMPIZ_OPTS='--sm-disable --loose-binding --no-fbo --ignore-desktop-hints'
12 (lsmod | grep -q nvidia) && COMPIZ_OPTS="$COMPIZ_OPTS --indirect-rendering"
14 compiz --replace $COMPIZ_OPTS