mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-23 22:30:51 +00:00
4 lines
51 B
Bash
4 lines
51 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
xrandr --output HDMI-2 --left-of HDMI-1
|