Update screenconfigs
This commit is contained in:
@@ -1,5 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
set -o xtrace
|
|
||||||
|
|
||||||
xrandr --output DisplayPort-0 --mode 2560x1440 --primary --rate 144.00 --set TearFree on
|
|
||||||
9
screencfg/ares/default.yml
Normal file
9
screencfg/ares/default.yml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
reset: true
|
||||||
|
outputs:
|
||||||
|
- name: DisplayPort-0
|
||||||
|
opts:
|
||||||
|
mode:
|
||||||
|
scale: 2560x1440
|
||||||
|
rate: "144.00"
|
||||||
|
set:
|
||||||
|
TearFree: "on"
|
||||||
14
screencfg/tb-hak/default.yml
Normal file
14
screencfg/tb-hak/default.yml
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
reset: false
|
||||||
|
outputs:
|
||||||
|
- name: eDP-1
|
||||||
|
primary: True
|
||||||
|
opts:
|
||||||
|
mode: 1920x1080
|
||||||
|
scale: 1x1
|
||||||
|
pos: "0x0" # beware of hex
|
||||||
|
- name: DP-1-1
|
||||||
|
disable: true
|
||||||
|
- name: DP-1-2
|
||||||
|
disable: true
|
||||||
|
- name: DP-1-3
|
||||||
|
disable: true
|
||||||
18
screencfg/tb-hak/three-screens.yml
Normal file
18
screencfg/tb-hak/three-screens.yml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
reset: true
|
||||||
|
outputs:
|
||||||
|
- name: eDP-1
|
||||||
|
opts:
|
||||||
|
mode: 1920x1080
|
||||||
|
scale: 0.7x0.7
|
||||||
|
pos: "0x0" # beware of hex
|
||||||
|
- name: DP-1-1
|
||||||
|
primary: True
|
||||||
|
opts:
|
||||||
|
mode: 1920x1080
|
||||||
|
right-of: eDP-1
|
||||||
|
reset: true
|
||||||
|
- name: DP-1-2
|
||||||
|
opts:
|
||||||
|
mode: 1920x1080
|
||||||
|
right-of: DP-1-1
|
||||||
|
reset: true
|
||||||
Reference in New Issue
Block a user