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

updated djview (4.10.3 -> 4.10.6)
author Hans-G?nter Theisgen
date Tue Jan 14 13:39:45 2020 +0100 (2020-01-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