Moved VGA1 down a bit to compensate for height of new monitor
This commit is contained in:
parent
172174ba4a
commit
2e7bf73fab
2
.xinitrc
2
.xinitrc
|
@ -41,6 +41,8 @@ xautolock -time 30 -locker slock &
|
|||
if [[ "$HOSTNAME" == "dtarch" ]]; then
|
||||
# Set VGA1 to be right of HDMI1
|
||||
xrandr --output VGA1 --auto --right-of HDMI1
|
||||
# Set VGA1 to be a bit lower because of mouse issues
|
||||
xrandr --output VGA1 --pos 1600x-150
|
||||
xrandr --output HDMI1 --primary
|
||||
|
||||
# Set the bell to be different from Matt's
|
||||
|
|
Loading…
Reference in New Issue