mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-24 04:14:58 +00:00
4 lines
90 B
Bash
4 lines
90 B
Bash
|
#!/bin/sh
|
||
|
xrandr --output HDMI-1 --mode 1920x1080
|
||
|
xrandr --output HDMI-2 --mode 1920x1080
|