Answers for "rotate screen linux terminal"

1

screen rotation in linux

xrandr --output $(xrandr |grep eDP|cut -d" " -f1) --rotate left
xrandr --output $(xrandr |grep eDP|cut -d" " -f1) --rotate normal
Posted by: Guest on May-29-2021

Browse Popular Code Answers by Language