mirror of
https://github.com/The-Repo-Club/DotFiles.git
synced 2025-02-24 05:09:52 -05:00
3 lines
169 B
Bash
Executable File
3 lines
169 B
Bash
Executable File
#!/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
|