소스 검색

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