wmshutdown: Update my email address.
[dockapps.git] / wmthrottle / INSTALL
blob4c5216384c2feff95e6583a5af3b156ec45fd55d
1 Easy way:
2  $ su
3 Copy src/wmthrottle somewhere to your path, e.g.
4  # cp src/wmthrottle /usr/local/bin/wmthrottle
5 Make it run as root to be able to use it as a normal user
6  # chmod u+s /<path-to>/wmthrottle
8 "Hard" way:
9  $ make
10  $ su
11  # make install
12 Make it always run as root to be able to use it as a normal user
13  # chmod u+s /usr/local/bin/wmthrottle