updated install script, new monitor config and added amd (ryzen) support to temp.sh

This commit is contained in:
2020-02-15 12:50:20 +01:00
parent 7d81df3476
commit 0936c92f4d
7 changed files with 42 additions and 34 deletions

View File

@@ -2,4 +2,4 @@
MYPATH="$PWD/computers/dev-pc"
ln -sf "$MYPATH/xprofile.sh" ~/.xprofile
ln -sf "$MYPATH/xprofile.sh" ~/.xprofile

View File

@@ -1,2 +1,2 @@
#!/bin/bash
xrandr --output DVI-I-0 --off --output DVI-I-1 --off --output HDMI-0 --mode 1920x1080 --pos 1920x0 --rotate normal --output DP-0 --mode 1920x1080 --pos 0x0 --rotate normal --output DP-1 --off --output DVI-D-0 --primary --mode 1920x1080 --pos 1920x0 --rotate normal
#!/bin/sh
xrandr --output DVI-I-1 --mode 1920x1080 --pos 0x0 --rotate normal --output DVI-D-1 --primary --mode 1920x1080 --pos 1936x0 --rotate normal --output HDMI-1 --off --output DP-1 --off