keeping dvi-i as main monitor target

This commit is contained in:
shockrah
2019-12-22 22:53:23 -08:00
9 changed files with 206 additions and 7 deletions

1
proj
View File

@@ -8,6 +8,7 @@ then
# Grab the display device
out=`xrandr | grep ' connected' | awk '{print $1}' | \
dmenu -i -p 'Device to attach'`
echo $out
if [ -z "$out" ]; then exit 0; fi
# what side should it go on