瀏覽代碼

Adding monitor config

Vinicius Teshima 1 年之前
父節點
當前提交
5bff4abe2c
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      .screenlayout/monitor.sh

+ 6 - 0
.screenlayout/monitor.sh

@@ -0,0 +1,6 @@
+#!/bin/sh
+
+xrandr --newmode "1920x1080_60.00"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync
+xrandr --addmode "DisplayPort-0" "1920x1080_60.00"
+xrandr --addmode "DisplayPort-1" "1920x1080_60.00"
+xrandr --output HDMI-A-0 --primary --mode 1920x1080 --pos 1920x0 --rotate normal --output DisplayPort-0 --mode 1920x1080_60.00 --pos 0x0 --rotate normal --output DisplayPort-1 --mode 1920x1080_60.00 --pos 3840x0 --rotate normal --output DisplayPort-2 --off