Scaling instead of setting wqhd.
This commit is contained in:
parent
0178a6a766
commit
d3e5dd977b
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@ twoscreen() {
|
||||||
}
|
}
|
||||||
|
|
||||||
home() {
|
home() {
|
||||||
xrandr --output "DisplayPort-${1}" --mode 2560x1440 --scale 1.0x1.0 $(echo "$allposs" | grep -v "\bDisplayPort-${1}" | awk '{print "--output", $1, "--off"}' | paste -sd ' ' -)
|
xrandr --output "DisplayPort-${1}" --auto --scale 0.75x0.75 $(echo "$allposs" | grep -v "\bDisplayPort-${1}" | awk '{print "--output", $1, "--off"}' | paste -sd ' ' -)
|
||||||
|
echo xrandr --output "DisplayPort-${1}" --mode 2560x1440 --scale 1.0x1.0 $(echo "$allposs" | grep -v "\bDisplayPort-${1}" | awk '{print "--output", $1, "--off"}' | paste -sd ' ' -)
|
||||||
}
|
}
|
||||||
|
|
||||||
onescreen() {
|
onescreen() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue