Install libappindicator
$ sudo pacman -S libappindicator-gtk3
Modify the desktop file (/usr/share/applications/slack.desktop)
Add to the exec env
| [Unit] | |
| Description=Turn on the keyboard backlight | |
| [Service] | |
| Type=oneshot | |
| ExecStart=/bin/kbd-backlight | |
| [Install] | |
| WantedBy=multi-user.target |
| /* | |
| Porcentaje de nivel de confianza, limita la exactitud de los cálculos, toma valores del 1 al 100 | |
| */ | |
| CONFIDENCE_LEVEL = 80 | |
| /* | |
| Número de llamadas permitidas por usuario activo | |
| */ | |
| CALLS_PER_USER = 200 |
Install libappindicator
$ sudo pacman -S libappindicator-gtk3
Modify the desktop file (/usr/share/applications/slack.desktop)
Add to the exec env
sudo pacman -Syyu
sudo pacman -S vim yay nomacs terminator firefox-i18n-es-mx materia-gtk-theme xclip gopass opera gdb gnuplot octave speedcrunch neofetch plasma-browser-integration korganizer kdepim-addons base-devel vlc telegram-desktop ttf-cascadia-code
| [8BitDo N30 Pro 2] | |
| [8Bitdo SF30 Pro] | |
| plugged = True | |
| plugin = 2 | |
| mouse = False | |
| AnalogDeadzone = 4096,4096 | |
| AnalogPeak = 32768,32768 | |
| DPad R = hat(0 Right) | |
| DPad L = hat(0 Left) | |
| DPad D = hat(0 Down) |
| #!/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 |
| { | |
| "interactionModel": { | |
| "languageModel": { | |
| "invocationName": "YouTube", | |
| "intents": [ | |
| { | |
| "name": "AMAZON.CancelIntent", | |
| "samples": [ | |
| "cancela" | |
| ] |