Advertisement
HoleForYou

How to controll keyboard backlight on linux

May 22nd, 2022
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. # How to turn off or on keyboard backlight on linux
  2. The scroll lock does not work on linux, so you will have to user these commands, if you want to turn on the baccklight of your keyboard.
  3. Ay permanent or semi-permanent sollution works as well. However, if you do that, you will not be able to use F12 or ctrl+spacebar. Use this, this is the best way to do it.
  4.  
  5. ### Turn on command
  6. xset led named "Scroll Lock"
  7.  
  8. ### Turn off command
  9. xset -led named "Scroll Lock"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement