home is where 2 monitors are

This commit is contained in:
Nemo 2019-01-25 02:48:01 +05:30
parent fdc9db8810
commit 1740a47014
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
#!/bin/sh
xrandr --output VIRTUAL1 --off --output eDP1 --primary --mode 1440x900 --pos 0x180 --rotate normal --output DP1 --off --output HDMI2 --off --output HDMI1 --mode 1920x1080 --pos 1440x0 --rotate normal --output DP2 --off
xrandr --output HDMI2 --mode 2560x1080 --pos 3840x0 --rotate normal --output HDMI1 --off --output DP1 --mode 1920x1080 --pos 0x0 --rotate normal --output eDP1 --primary --mode 1920x1080 --pos 1920x0 --rotate normal --output VIRTUAL1 --off