mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-24 02:01:08 +00:00
6 lines
279 B
Bash
6 lines
279 B
Bash
|
#!/bin/sh
|
||
|
setxkbmap -model abnt2 -layout br -variant ,abnt2
|
||
|
xrandr --output HDMI-1 --mode 1280x720 #Max resolution monitor can do that fits blackout
|
||
|
xrandr --output HDMI-1 --mode 1366x768 #Max resolution monitor can do that fits blackout
|
||
|
xrandr --output HDMI-2 --mode 1366x768
|