Add script to enable monitors on the left and on the right
This commit is contained in:
parent
cabfa1a981
commit
64e6d2a5c4
1 changed files with 4 additions and 0 deletions
4
x-left-right
Executable file
4
x-left-right
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
xrandr --output DP3 --auto --left-of eDP1
|
||||
xrandr --output DP2 --auto --right-of eDP1
|
Loading…
Reference in a new issue