monitors and aliases
This commit is contained in:
parent
f81a2849a6
commit
a69638d639
5 changed files with 112 additions and 36 deletions
10
local/bin/rotate-both.sh
Executable file
10
local/bin/rotate-both.sh
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue