Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 666 Bytes

README.org

File metadata and controls

23 lines (17 loc) · 666 Bytes

XKeyboard is extension for common lisp clx library. Implementation of small part of XKeyboard extension as described by http://www.x.org/docs/XKB/XKBproto.pdf

Installation

git clone http://github.com/filonenko-mikhail/clx-xkeyboard.git --depth 1

For storing keyboard layout in Stumpwm window manager add to your ~/.stumpwmrc.

(pushnew "/path/to/clx-xkeyboard/" asdf:*central-registry*)
(load "/path/to/clx-xkeyboard/test/stumperwindowlayout.lisp")
(run-commands "enable-per-window-layout")

License: MIT

Written by Michael Filonenko <filonenko.mikhail at gmail.com> Eric Wolf <eric at boese-wolf.eu>