monitors and aliases
This commit is contained in:
parent
f81a2849a6
commit
a69638d639
5 changed files with 112 additions and 36 deletions
|
|
@ -1,9 +1,10 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
xrandr --output eDP-1 --auto
|
||||
xrandr --output DP-2 --auto
|
||||
xrandr --output DP-3 --auto
|
||||
xrandr --output DP-2 --rotate right
|
||||
xrandr --output DP-3 --left-of eDP-1
|
||||
xrandr --output DP-2 --left-of DP-3
|
||||
xrandr --output DP-2 --primary
|
||||
xrandr --output eDP --auto
|
||||
xrandr --output DisplayPort-1 --auto
|
||||
xrandr --output DisplayPort-2 --auto
|
||||
xrandr --output DisplayPort-1 --rotate normal
|
||||
xrandr --output DisplayPort-2 --rotate right
|
||||
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