mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
7 lines
339 B
Bash
Executable File
7 lines
339 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
xrandr --newmode "2560x1440_40" 201.00 2560 2720 2984 3408 1440 1443 1448 1476 -hsync +vsync
|
|
xrandr --addmode HDMI-2 2560x1440_40
|
|
|
|
xrandr --output VGA-1 --off --output DP-1 --primary --mode 3840x2160 --rotate normal --output HDMI-3 --off --output HDMI-2 --mode 2560x1440_40 --pos 0x0 --rotate left --output HDMI-1 --off
|