Last active
October 8, 2019 00:02
-
-
Save prachauthit/892a3b04478786e2b6ab7738073a8f6f to your computer and use it in GitHub Desktop.
configure the monitors
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/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