diff --git a/Home.md b/Home.md index 59218f3..d60b797 100644 --- a/Home.md +++ b/Home.md @@ -20,7 +20,14 @@ $ xrandr --output DP-1 --mode 1920x1080 --rotate left --right-of eDP-1 in this example, the second monitor is the `DP-1` output and the main monitor is the `eDP-1` +## Projector configuration +The `xrandr` package can also be used to configure a second output as a projector. This can be done by using: + +``` +$ xrandr --output DP-1 --auto --same-as eDP-1 #option 1 +$ xrandr --output DP-1 --mode 1920x1080 --same-as eDP-1 #option 2 +``` # Mouse and Touchpad