Fixed vim 'J' error :)

This commit is contained in:
Wryn Wagner 2020-09-21 22:52:58 -06:00
parent 4f79d78937
commit fec19a1dc3

View File

@ -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