Add script to enable monitors in the office
This commit is contained in:
parent
3f9fbc38ef
commit
464322fe6c
1 changed files with 4 additions and 0 deletions
4
monitor-office
Normal file
4
monitor-office
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
xrandr --output HDMI1 --auto --right-of eDP1
|
||||
xrandr --output DP2 --auto --above eDP1
|
Loading…
Reference in a new issue