mirror of
https://github.com/bvanroll/dotfiles-2022.git
synced 2025-08-28 19:42:51 +00:00
7 lines
249 B
Bash
7 lines
249 B
Bash
#!/bin/sh
|
|
|
|
|
|
xrandr --newmode "1440x1080_360.00" 987.75 1440 1576 1736 2032 1080 1083 1087 1350 -hsync +vsync
|
|
xrandr --addmode DisplayPort-0 1440x1080_360.00
|
|
xrandr --newmode "1440x1080" 987.75 1440 1576 1736 2032 1080 1083 1087 1350 -hsync +vsync
|