Created
February 22, 2019 18:17
-
-
Save alecthegeek/a13b0dfd874c2031172049266f0e25d8 to your computer and use it in GitHub Desktop.
Example script to set up video presentation mode on a Linux laptop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
xrandr --output HDMI-1 --same-as eDP-1 --auto --output eDP-1 --mode 1280x720 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment