From fec19a1dc3b930ed37dfb0b61f861b4657e8904d Mon Sep 17 00:00:00 2001 From: Wryn Wagner Date: Mon, 21 Sep 2020 22:52:58 -0600 Subject: [PATCH] Fixed vim 'J' error :) --- config/xserver/screenlayout/hdmidock.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/xserver/screenlayout/hdmidock.sh b/config/xserver/screenlayout/hdmidock.sh index 69a9474..7f7f8bc 100755 --- a/config/xserver/screenlayout/hdmidock.sh +++ b/config/xserver/screenlayout/hdmidock.sh @@ -1,4 +1,5 @@ -#!/bin/sh NATIVE_MONITOR='eDP1'; +#!/bin/sh +NATIVE_MONITOR='eDP1'; CONNECTED_MONITOR=$(xrandr | grep ' connect' | awk '{print $1;}' | grep -v "$NATIVE_MONITOR" | head -n 1); MONITOR_DIRECTION='--above'; # left-of, below, above, right-of