Add i3-move-monitor.md

Signed-off-by: AKU <tom@tdpain.net>
This commit is contained in:
akp 2022-02-18 20:15:32 +00:00
parent 023819bb2a
commit 52fdcfa031
No known key found for this signature in database
GPG key ID: AA5726202C8879B7
2 changed files with 7 additions and 0 deletions

View file

@ -22,6 +22,7 @@ Markdown docs and shell scripts for automating installation of things and docume
* [`flameshot.md`](flameshot.md) for installing Flameshot screenshot tool
* [`fuck.md`](fuck.md) for installing https://github.com/nvbn/thefuck
* [`gpaste.md`](gpaste.md) for installing the GPaste clipboard manager
* [`i3-move-monitor.md`](i3-move-monitor.md) for moving virtual monitor positions when using i3
* [`rclone.sh`](rclone.sh)
* [`restic.sh`](restic.sh) for installing the Restic backup tool
* [`rootcert.md`](rootcert.md) for installing other root certificates

6
i3-move-monitor.md Normal file
View file

@ -0,0 +1,6 @@
# Move a monitor's position in i3
2022-02-18
1. Install `xrandr`
2. `xrandr --output $DISPLAYTOMOVE --auto --left-of $OTHERDISPLAY` (can also be `--right-of`)