Updated screen rotation
This commit is contained in:
parent
e2e1edd2a5
commit
0fbc051499
1 changed files with 3 additions and 2 deletions
|
@ -45,8 +45,9 @@ case $nextconfig in
|
|||
;;
|
||||
homeoffice)
|
||||
# Home Office
|
||||
xrandr --output DP-2-1 --primary --mode 2560x1080 --pos 0x520 --rotate normal \
|
||||
--output DP-2-2 --mode 1920x1080 --pos 2560x0 --rotate left \
|
||||
xrandr --output DP-2-1 --primary --mode 2560x1080 --pos 0x0 --rotate normal \
|
||||
--output DP-2-2 --mode 1920x1080 --pos 2560x0 --rotate normal \
|
||||
# --output DP-2-2 --mode 1920x1080 --pos 2560x0 --rotate left \
|
||||
--output DP-2-3 --off \
|
||||
--output eDP-1 --off \
|
||||
--output HDMI-2 --off \
|
||||
|
|
Loading…
Reference in a new issue