Skip to content

Instantly share code, notes, and snippets.

@alidevhere
Created February 14, 2023 20:49
Show Gist options
  • Save alidevhere/16b7467661fa0fb2b6478fa3bcf7d6cb to your computer and use it in GitHub Desktop.
Save alidevhere/16b7467661fa0fb2b6478fa3bcf7d6cb to your computer and use it in GitHub Desktop.

Turn on keyboard lights on ubuntu

Install brightnessctl

sudo apt update
sudo apt install brightnessctl

List all lights devices

brightnessctl -l

Set keyboard lights

Replace YOUR_DEVICE in command with device name you saw from above list command.

sudo brightnessctl --device='<YOUR_DEVICE>::kbd_backlight' set 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment