aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Laezza <truzzialrogo@gmx.com>2018-05-05 09:42:34 +0200
committerDavide Laezza <truzzialrogo@gmx.com>2018-05-05 09:42:34 +0200
commitaefa727ebf13c5d1616751ca7d8036431933a876 (patch)
treef180b39760ba7321f11c085162f1278300953a6a
parentFixed left corner out of the screen behavior. (diff)
downloadmove-to-next-monitor-aefa727ebf13c5d1616751ca7d8036431933a876.tar.gz
move-to-next-monitor-aefa727ebf13c5d1616751ca7d8036431933a876.tar.bz2
move-to-next-monitor-aefa727ebf13c5d1616751ca7d8036431933a876.zip
/bin/env has been moved to /usr/bin/env, as in the installation script
-rwxr-xr-xmove-to-next-monitor2
1 files changed, 1 insertions, 1 deletions
diff --git a/move-to-next-monitor b/move-to-next-monitor
index a8e4929..d699bd1 100755
--- a/move-to-next-monitor
+++ b/move-to-next-monitor
@@ -1,4 +1,4 @@
-#!/bin/env python
+#!/usr/bin/env python
import subprocess
import re
bgstack15