mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-24 03:07:48 +00:00
Bruno Fontes
42344f98a5
Still not sure why I keep track of those changes, if I don't need them and do not care about proper handling them. Anyway, it is here if, some some reason I need it back.
5 lines
138 B
Bash
Executable File
5 lines
138 B
Bash
Executable File
#!/bin/sh
|
|
setxkbmap -model abnt2 -layout br -variant ,abnt2
|
|
xrandr --output HDMI-1 --mode 1280x800
|
|
xrandr --output HDMI-2 --mode 1280x800
|