mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 19:14:39 +02:00
5 lines
165 B
Bash
5 lines
165 B
Bash
![]() |
#!/bin/sh
|
||
|
xrandr 1> /dev/null
|
||
|
sleep 2
|
||
|
xrandr --output VGA1 --auto --pos 1600x0 --output LVDS1 --auto --pos 0x150 --primary --output HDMI1 --auto --output DP1 --auto
|