aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Laezza <truzzialrogo@gmx.com>2018-05-05 10:15:15 +0200
committerDavide Laezza <truzzialrogo@gmx.com>2018-05-05 10:15:15 +0200
commit5838eaa1ad3d4f2bd9efe38cb766bb425064cb01 (patch)
treeadff113c3ff6fd2d478fdd669d3d0f2b2c34ffde
parentAdded python2 fix (diff)
downloadmove-to-next-monitor-5838eaa1ad3d4f2bd9efe38cb766bb425064cb01.tar.gz
move-to-next-monitor-5838eaa1ad3d4f2bd9efe38cb766bb425064cb01.tar.bz2
move-to-next-monitor-5838eaa1ad3d4f2bd9efe38cb766bb425064cb01.zip
Setting executable permissions, just in case
-rwxr-xr-xinstall.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index 6a24714..ade7f08 100755
--- a/install.sh
+++ b/install.sh
@@ -7,3 +7,4 @@ if /usr/bin/env python -V 2>&1 | grep 'Python 2' &> /dev/null; then
else
cp ./move-to-next-monitor /usr/local/bin/move-to-next-monitor
fi
+chmod +x /usr/local/bin/move-to-next-monitor
bgstack15