diff options
author | David Runge <dave@sleepmap.de> | 2023-12-03 18:33:16 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2023-12-03 18:33:16 +0100 |
commit | 2f694cefe3d30fe65320941bb5ee77472fff0e2b (patch) | |
tree | 84aa7554b4ea733302a1ef62229dbfa67f50474e /bin/monitor-hotplug | |
parent | 6760e35c003b7a8efd9f3564773e5ff6a73bfe60 (diff) | |
download | dotfiles-2f694cefe3d30fe65320941bb5ee77472fff0e2b.tar.gz dotfiles-2f694cefe3d30fe65320941bb5ee77472fff0e2b.tar.bz2 dotfiles-2f694cefe3d30fe65320941bb5ee77472fff0e2b.tar.xz dotfiles-2f694cefe3d30fe65320941bb5ee77472fff0e2b.zip |
bin: Remove unused scripts
Signed-off-by: David Runge <dave@sleepmap.de>
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 & |