dotfiles/scripts/rotate-screen
2023-10-06 01:15:38 -04:00

4 lines
48 B
Bash
Executable File

#!/bin/bash
xrandr --output "$1" --rotate "$2"