Skip to content

Instantly share code, notes, and snippets.

@mrtrkmn
Created May 27, 2022 12:45
Show Gist options
  • Save mrtrkmn/e9125ea1e227cf9c16df82c281a86944 to your computer and use it in GitHub Desktop.
Save mrtrkmn/e9125ea1e227cf9c16df82c281a86944 to your computer and use it in GitHub Desktop.
off built-in display when external displays are connected
$ xrandr  # take the name of display that you would like to turn off
$ xrandr --output <display-name> --off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment