monitors and aliases

This commit is contained in:
Hunter Haugen 2026-05-12 10:48:29 -07:00
parent f81a2849a6
commit a69638d639
Signed by: hunner
GPG key ID: EF99694AA599DDAD
5 changed files with 112 additions and 36 deletions

10
local/bin/rotate-both.sh Executable file
View file

@ -0,0 +1,10 @@
#!/usr/bin/env bash
xrandr --output eDP --auto --scale 1x1
xrandr --output DisplayPort-1 --auto --scale 1x1
xrandr --output DisplayPort-2 --auto --scale 1x1
xrandr --output DisplayPort-1 --rotate right
xrandr --output DisplayPort-2 --rotate left
xrandr --output DisplayPort-1 --left-of eDP
xrandr --output DisplayPort-2 --left-of DisplayPort-1
xrandr --output DisplayPort-2 --primary