blob: 76d632c41a7706ef16480899e8bfbbdf0db3debd (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/bin/sh
#
# CompizSnap is a collaborative project from ubuntuforums.org and is free software.
# This script adds window snapping functionality to compiz using the commands plugin.
#
# Directions: run "xinput list" to find your mouse's ID# and then edit the MOUSE variable below:
#
export MOUSE=12
|