mirror of
https://github.com/The-Repo-Club/DotFiles.git
synced 2025-02-24 13:19:52 -05:00
3 lines
169 B
Bash
3 lines
169 B
Bash
|
#!/bin/sh
|
||
|
xrandr --output HDMI-0 --mode 1920x1080 --pos 1920x0 --rotate normal --output DP-0 --off --output eDP-1-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal
|