From c3ed9119e47c3ee091b5099cbeedd124dc48536c Mon Sep 17 00:00:00 2001 From: Jose Date: Thu, 24 Nov 2022 06:41:25 -0300 Subject: [PATCH] Including VGA example in 'xrandr' tutorial --- tutorial/i3wm_screens.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tutorial/i3wm_screens.org b/tutorial/i3wm_screens.org index 523c112..f0820bc 100644 --- a/tutorial/i3wm_screens.org +++ b/tutorial/i3wm_screens.org @@ -31,6 +31,12 @@ Running ~xrandr~ with the following arguments will put the output (let's call it xrandr --output HDMI --auto --left-of LVDS1 #+end_example sh +Using VGA instead of HDMI: + +#+begin_example sh + xrandr --output VGA1 --auto --left-of LVDS1 +#+end_example sh + That's all! You are good to use the new screen in a second workspace. Check the i3-wm userguide for more information.