Skip to content

Instantly share code, notes, and snippets.

@alecthegeek
Created February 22, 2019 18:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alecthegeek/a13b0dfd874c2031172049266f0e25d8 to your computer and use it in GitHub Desktop.
Save alecthegeek/a13b0dfd874c2031172049266f0e25d8 to your computer and use it in GitHub Desktop.
Example script to set up video presentation mode on a Linux laptop
#!/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