Skip to content

Instantly share code, notes, and snippets.

View EsauPR's full-sized avatar
🏠
Working from home

Esaú Peralta EsauPR

🏠
Working from home
View GitHub Profile
@EsauPR
EsauPR / xrandr.sh
Created April 12, 2020 01:32 — forked from debloper/xrandr.sh
Add system unrecognized but monitor supported resolution in X
#!/bin/bash
# First we need to get the modeline string for xrandr
# Luckily, the tool `gtf` will help you calculate it.
# e.g. `gtf <hRes> <vRes> <refreshRate>`:
gtf 1920 1080 60
# In this case, the horizontal resolution is 1920px the
# vertical resolution is 1080px & refresh-rate is 60Hz.
# IMPORTANT: BE SURE THE MONITOR SUPPORTS THE RESOLUTION
@EsauPR
EsauPR / .json YouTube
Created October 1, 2022 04:41 — forked from LucioMSP/.json YouTube
JSON YouTube Skill
{
"interactionModel": {
"languageModel": {
"invocationName": "YouTube",
"intents": [
{
"name": "AMAZON.CancelIntent",
"samples": [
"cancela"
]