diff options
| author | Kumar Damani <damani.kumar@gmail.com> | 2020-03-10 03:40:27 +0000 |
|---|---|---|
| committer | Kumar Damani <damani.kumar@gmail.com> | 2020-03-10 03:40:27 +0000 |
| commit | 7a73d436072a322498f3b668a29e8731b0255f35 (patch) | |
| tree | aee7f80fbae80c1730fb2919755d0ec89fab017b /Scripts | |
| parent | 63ad7837556192589799261cdccc28ee3002b36e (diff) | |
added nvim
Diffstat (limited to 'Scripts')
| -rwxr-xr-x | Scripts/.config/Scripts/screen.sh | 3 |
1 files changed, 2 insertions, 1 deletions
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 ;} |
