summaryrefslogtreecommitdiffstats
path: root/bin/hornet/tv
diff options
context:
space:
mode:
Diffstat (limited to 'bin/hornet/tv')
-rwxr-xr-xbin/hornet/tv4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/hornet/tv b/bin/hornet/tv
index eea7fca..620cb1a 100755
--- a/bin/hornet/tv
+++ b/bin/hornet/tv
@@ -2,7 +2,7 @@
xrandr --auto
if xrandr -q | grep -q "DP-3 connected"; then
- xrandr --output DP-3 --right-of eDP-1 --mode 1920x1080
+ xrandr --output DP-3 --right-of eDP-1 --mode 1920x1080
elif xrandr -q | grep -q "DP-4 connected"; then
- xrandr --output DP-4 --right-of eDP-1 --mode 1920x1080
+ xrandr --output DP-4 --right-of eDP-1 --mode 1920x1080
fi