[bin] Rename eDP-1 into DP-2 (NVIDIA - I'm looking at you)

This commit is contained in:
Sebastian Schulze 2018-11-13 08:47:12 +01:00
parent d2398ed5a4
commit 76de9fb4af
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
if [[ $HOSTNAME == "zog"* ]]; then
xrandr --output DP-3.8 --mode 2560x1440 --pos 0x0 --rotate left --output DVI-I-1 --off --output DP-1 --off --output DP-2 --mode 3440x1440 -r 49.99 --pos 1440x440 --rotate normal --output DP-2-1 --off
feh --bg-fill ~/Pictures/Wallpapers/mountains-pale.jpg
MONITOR=eDP-1
MONITOR=DP-2
else
xinput --set-prop 12 "libinput Natural Scrolling Enabled" 1
fi;