161 B
161 B
Move a monitor's position in i3
2022-02-18
- Install
xrandr
xrandr --output $DISPLAYTOMOVE --auto --left-of $OTHERDISPLAY
(can also be--right-of
)
2022-02-18
xrandr
xrandr --output $DISPLAYTOMOVE --auto --left-of $OTHERDISPLAY
(can also be --right-of
)