wok view compiz/stuff/compiz-startwm @ rev 19317
Make pcmanfm the opener of 'ftp://' and 'sftp://'.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Jul 12 23:46:10 2016 +0300 (2016-07-12) |
parents | |
children | c38559793ba8 |
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) && OPTS="$OPTS --indirect-rendering"
14 compiz --replace $COMPIZ_OPTS