From c9935112c8b66e23d2acd7584fecd8e99a281b14 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 25 Apr 2011 12:22:55 -0400 Subject: .compizsnap, .nanorc Track .compizsnap/* files (hurpdurp), only tracked the directory before. Use *.nanorc files from the nano 2.2.6 distribution. --- .compizsnap/mouse.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .compizsnap/mouse.sh (limited to '.compizsnap/mouse.sh') diff --git a/.compizsnap/mouse.sh b/.compizsnap/mouse.sh new file mode 100644 index 0000000..76d632c --- /dev/null +++ b/.compizsnap/mouse.sh @@ -0,0 +1,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 + -- cgit v1.2.3-2-g168b