From f91eafebefecbe8b29e72cf650d65663ae1a45b2 Mon Sep 17 00:00:00 2001 From: Mitsuo Tokumori Date: Thu, 29 Aug 2024 03:31:44 +0900 Subject: Fix QOF --- local/bin/laptop-xrandr.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'local/bin/laptop-xrandr.sh') diff --git a/local/bin/laptop-xrandr.sh b/local/bin/laptop-xrandr.sh index d3c5c49..01b0c52 100755 --- a/local/bin/laptop-xrandr.sh +++ b/local/bin/laptop-xrandr.sh @@ -10,10 +10,13 @@ simple_2_monitor() { # enable xrandr --output eDP --auto \ - --output HDMI-A-0 --auto --right-of eDP + --output HDMI-A-0 --auto --left-of eDP # disable - #xrandr --output eDP --auto \ - # --output HDMI-A-0 --off + xrandr --output eDP --auto \ + --output HDMI-A-0 --off } +# Thank you: https://www.maketecheasier.com/how-to-setup-dual-monitors-with-xrandr/ +# xrandr --auto --output HDMI-A-0 --mode 1920x1080 --right-of eDP + simple_2_monitor -- cgit v1.2.3