From eee952f56bb3651982832246fca89e54e51d3be4 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 6 Dec 2015 23:51:26 -0500 Subject: add stuff --- .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-2-g168b