My stumpwm configuration

numpad-layouts.asd 293B

123456789101112
  1. ;;;; numpad-layouts.asd
  2. (asdf:defsystem #:numpad-layouts
  3. :serial t
  4. :description "A module for handling different keyboards numpad layouts"
  5. :author "David Bjergaard"
  6. :license "GPLv3"
  7. :depends-on (#:stumpwm)
  8. :components ((:file "package")
  9. (:file "numpad-layouts")))