This service searchs the keyboard LEDS from their Wayland folder and forces to turn them on periodically.
Open a Bash terminal and download the repository, copying and pasting these commands:
git clone https://github.com/alejrot/Led_Wayland.git
cd Led_Wayland
Now give excecution permissions to routines:
sudo chmod +x install.sh
sudo chmod +x uninstall.sh
Copy and paste these commands in terminal:
sudo ./install.sh
To turn on or turn off LEDS execute:
sudo /usr/local/bin/keyboard_switch.sh
It doesn't require sudo
password.
This command can be added to keyboard shortcuts for better use.
Execute this line codes in Bash to erase all the system's scripts:
sudo ./uninstall.sh
Turn on keyboard backlight/leds on wayland (xset led 3 alternative)