Menu

Tree [c53a5a] master /
 History

HTTPS access


File Date Author Commit
 .gitignore 2018-04-03 su8 su8 [8a1385] Initial commit
 LICENSE 2018-04-03 su8 su8 [8a1385] Initial commit
 Makefile 2018-04-03 a a [a7a7ac] Publish the project
 README.md 2018-04-03 a a [c53a5a] Update the project
 main.c 2018-04-03 a a [c53a5a] Update the project

Read Me

Query xorg to get the current state of numlock, capslock and scroll lock, can be combined to i3, conky or other programs.

Install

make
sudo make install
````

# Usage
Just type `numcaps`

# Info

If your keyboard button isn't working:

```bash
# Turn on scroll lock
xset led named "Scroll Lock"

# Turn off scroll lock
xset -led named "Scroll Lock"