From 303317564e27914e648b8e80355b0fafb3efff55 Mon Sep 17 00:00:00 2001
From: Luke Shumaker <lukeshu@sbcglobal.net>
Date: Sun, 4 Oct 2015 15:34:32 -0400
Subject: Commit laptop-related utilities

---
 .local/bin/m | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100755 .local/bin/m

(limited to '.local/bin/m')

diff --git a/.local/bin/m b/.local/bin/m
new file mode 100755
index 0000000..9f4b4c6
--- /dev/null
+++ b/.local/bin/m
@@ -0,0 +1,7 @@
+#!/usr/bin/env bash
+if [[ $# -gt 0 ]]; then
+	exec xdotool mousemove_relative -- "$@"
+else
+	xdotool mousemove_relative -- 1 1
+	xdotool mousemove_relative -- -1 -1
+fi
-- 
cgit v1.2.3-54-g00ecf