Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/russell/stumpwm-kbd-brightness
Adjust keyboard brightness with stumpwm.
https://github.com/russell/stumpwm-kbd-brightness
Last synced: about 2 months ago
JSON representation
Adjust keyboard brightness with stumpwm.
- Host: GitHub
- URL: https://github.com/russell/stumpwm-kbd-brightness
- Owner: russell
- License: gpl-3.0
- Created: 2013-06-24T11:15:01.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-05T14:41:06.000Z (about 10 years ago)
- Last Synced: 2024-10-16T03:26:43.848Z (3 months ago)
- Language: Common Lisp
- Size: 156 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
- awesome-stumpwm - kdb-brightness - Adjust keyboard brightness module (Modules)
README
* kdb-brightness
This module provides a command to manage your keyboard brightness,
it uses a direct connection to dbus to adjust the brightness.** requires
dbus -- https://github.com/death/dbus
If you are planning on using this it's probably best if you
use it in conjunction with [[http://www.quicklisp.org/beta/][Quicklisp]].** usage
#+BEGIN_SRC lisp
(asdf:oos 'asdf:load-op :stumpwm.contrib.kbd-brightness)
(define-key *top-map* (kbd "XF86KbdBrightnessUp") "kbd-brightness 25")
(define-key *top-map* (kbd "XF86KbdBrightnessDown") "kbd-brightness -25")
#+END_SRCIn your ~/.stumpwmrc
If you would like the current brightness value to be displayed then
add the following to your ~/.stumpwmrc#+BEGIN_SRC lisp
(setf stumpwm.contrib.kbd-brightness:*keyboard-brightness-display* t)
#+END_SRC** license
GPLv3