Monitor hack

This commit is contained in:
2019-06-19 15:22:13 -04:00
parent bbe3dafed0
commit bf7e1fb223
5 changed files with 10 additions and 3 deletions

2
screenlayout/main.sh Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/sh
xrandr --output DVI-D-0 --primary --mode 1920x1080 --pos 6000x1288 --rotate normal --output HDMI-0 --off --output DP-5 --off --output DP-4 --mode 3840x2160 --pos 2160x1288 --rotate normal --output DP-3 --off --output DP-2 --mode 3840x2160 --pos 0x0 --rotate left --output DP-1 --off --output DP-0 --off

2
screenlayout/off.sh Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/sh
xrandr --output DVI-D-0 --primary --mode 1920x1080 --pos 6000x1288 --rotate normal --output HDMI-0 --off --output DP-5 --off --output DP-4 --off --output DP-3 --off --output DP-2 --off --output DP-1 --off --output DP-0 --off