From 7a73d436072a322498f3b668a29e8731b0255f35 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Mon, 9 Mar 2020 23:40:27 -0400 Subject: added nvim --- Scripts/.config/Scripts/screen.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Scripts') diff --git a/Scripts/.config/Scripts/screen.sh b/Scripts/.config/Scripts/screen.sh index 85edb46..1bfcd53 100755 --- a/Scripts/.config/Scripts/screen.sh +++ b/Scripts/.config/Scripts/screen.sh @@ -9,7 +9,8 @@ d() { if [[ $(xrandr -q | grep VGA-1\ con) ]] then param $1 else echo "No VGA input detected." fi ;} -dual() { xrandr --output LVDS-1 --primary --auto --output VGA-1 --auto --left-of LVDS-1 ;} +#dual() { xrandr --output LVDS-1 --primary --auto --output VGA-1 --auto --left-of LVDS-1 ;} +dual() { xrandr --output LVDS-1 --primary --auto --output VGA-1 --auto --right-of LVDS-1 ;} laptop() { xrandr --output LVDS-1 --primary --auto --output VGA-1 --off ;} vga() { xrandr --output VGA-1 --auto --output LVDS-1 --off ;} #mirror() { xrandr --addmode VGA1 $lapres && xrandr --output LVDS1 --mode $lapres --output VGA1 --mode $lapres ;} -- cgit v1.2.3