mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-16 23:46:13 +01:00
3 lines
327 B
Bash
Executable File
3 lines
327 B
Bash
Executable File
#!/bin/sh
|
|
xrandr --output HDMI-0 --mode 1920x1080 --rate 60.00 --pos 0x360 --rotate normal --output DP-0 --mode 2560x1440 --rate 74.92 --pos 4480x0 --rotate normal --output DP-1 --off --output DP-2 --primary --mode 2560x1440 --rate 74.92 --pos 1920x0 --rotate normal --output DP-3 --off --output DP-4 --off --output DP-5 --off
|