mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-11-02 03:12:10 +01: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
|