diff options
author | Davide Laezza <truzzialrogo@gmx.com> | 2018-05-05 09:42:34 +0200 |
---|---|---|
committer | Davide Laezza <truzzialrogo@gmx.com> | 2018-05-05 09:42:34 +0200 |
commit | aefa727ebf13c5d1616751ca7d8036431933a876 (patch) | |
tree | f180b39760ba7321f11c085162f1278300953a6a | |
parent | Fixed left corner out of the screen behavior. (diff) | |
download | move-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-x | move-to-next-monitor | 2 |
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 |