mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-24 05:24:56 +00:00
5 lines
138 B
Bash
5 lines
138 B
Bash
|
#!/bin/sh
|
||
|
setxkbmap -model abnt2 -layout br -variant ,abnt2
|
||
|
xrandr --output HDMI-1 --mode 1280x800
|
||
|
xrandr --output HDMI-2 --mode 1280x800
|