Skip to content

Instantly share code, notes, and snippets.

@pawelztef
Created May 24, 2019 06:44
Show Gist options
  • Select an option

  • Save pawelztef/32c349ab0acb823e8514a7e3a6884fe9 to your computer and use it in GitHub Desktop.

Select an option

Save pawelztef/32c349ab0acb823e8514a7e3a6884fe9 to your computer and use it in GitHub Desktop.
Simple Bash script to handle connections my monitor through VGA
#!/bin/bash
xrandr --output VGA1 --off
#!/bin/bash
xrandr --output VGA1 --auto --above LVDS1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment