mirror of
https://github.com/stumpwm/stumpwm-contrib.git
synced 2026-09-10 07:26:25 -04:00
9 lines
205 B
Common Lisp
9 lines
205 B
Common Lisp
|
|
|
|
(asdf:defsystem #:grabbable-modifier-keys
|
|
:description "Allow StumpWM users to grab modifier keys and bind them"
|
|
:license "GLPv3"
|
|
:depends-on (#:stumpwm)
|
|
:serial t
|
|
:components ((:file "gmk")))
|