Including VGA example in 'xrandr' tutorial

This commit is contained in:
Jose 2022-11-24 06:41:25 -03:00
parent b16cdac4c8
commit c3ed9119e4
1 changed files with 6 additions and 0 deletions

View File

@ -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.