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

updated aspell-dev (0.60.6.1 -> 0.60.8)
author Hans-G?nter Theisgen
date Wed Jan 01 09:03:19 2020 +0100 (2020-01-01)
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