add third screen in dock
This commit is contained in:
parent
f01d376f57
commit
22a5757ea8
2 changed files with 6 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
xrandr --output VIRTUAL1 --off --output eDP1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output DP1 --off --output HDMI2 --off --output HDMI1 --off --output DP2-1 --off --output DP2-2 --off
|
xrandr --output VIRTUAL1 --off --output eDP1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output DP1 --off --output HDMI2 --off --output HDMI1 --off --output DP2-1 --off --output DP2-2 --off --output DP2-3 --off
|
||||||
|
|
||||||
sudo rfkill unblock wifi
|
sudo rfkill unblock wifi
|
||||||
|
|
|
@ -1,8 +1,11 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
xrandr --output DP2-1 --mode 1920x1080 --pos 1920x0 --rotate normal
|
|
||||||
xrandr --output DP2-2 --primary --mode 1920x1080 --pos 0x0 --rotate normal
|
|
||||||
|
|
||||||
|
xrandr --output DP2-3 --mode 1280x1024 --pos 0x0 --rotate normal
|
||||||
|
sleep 2
|
||||||
|
xrandr --output DP2-2 --primary --mode 1920x1080 --pos 1280x0 --rotate normal
|
||||||
|
sleep 2
|
||||||
xrandr --output eDP1 --off
|
xrandr --output eDP1 --off
|
||||||
|
xrandr --output DP2-1 --mode 1920x1080 --pos 3200x0 --rotate normal
|
||||||
|
|
||||||
xset s off
|
xset s off
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue