diff options
Diffstat (limited to 'bin/monitor-hotplug')
-rwxr-xr-x | bin/monitor-hotplug | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/monitor-hotplug b/bin/monitor-hotplug deleted file mode 100755 index 6c2d1d6..0000000 --- a/bin/monitor-hotplug +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash -# Script to be called upon hotplug (change) udev event, to acquire correct resolution for connected screens - -export DISPLAY=:0 -export XAUTHORITY=/home/dave/.Xauthority - -/usr/bin/autorandr -c & |