Skip to content

Instantly share code, notes, and snippets.

@prachauthit
Last active October 8, 2019 00:02
Show Gist options
  • Save prachauthit/892a3b04478786e2b6ab7738073a8f6f to your computer and use it in GitHub Desktop.
Save prachauthit/892a3b04478786e2b6ab7738073a8f6f to your computer and use it in GitHub Desktop.
configure the monitors
#!/bin/bash
xrandr --auto --output eDP-1-1 --mode 1920x1080 --rate 60.00 --rotate normal --primary --output DP-1-1-2 --mode 1920x1200 --rate 60.00 --left-of eDP-1-1 --rotate normal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment