Add script to enable monitors in the office

This commit is contained in:
Nico Schottelius 2018-10-15 15:41:01 +02:00
parent 3f9fbc38ef
commit 464322fe6c
1 changed files with 4 additions and 0 deletions

4
monitor-office Normal file
View File

@ -0,0 +1,4 @@
#!/bin/sh
xrandr --output HDMI1 --auto --right-of eDP1
xrandr --output DP2 --auto --above eDP1