Add i3-move-monitor.md
Signed-off-by: AKU <tom@tdpain.net>
This commit is contained in:
parent
023819bb2a
commit
52fdcfa031
2 changed files with 7 additions and 0 deletions
|
@ -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
6
i3-move-monitor.md
Normal 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`)
|
Loading…
Add table
Add a link
Reference in a new issue