mirror of
https://github.com/stumpwm/stumpwm-contrib.git
synced 2026-09-10 07:26:25 -04:00
12 lines
297 B
Common Lisp
12 lines
297 B
Common Lisp
;;;; swm-frame-mode-line.asd
|
|
|
|
(asdf:defsystem #:swm-frame-mode-line
|
|
:description "Mode line per frame"
|
|
:author "szos at posteo dot net"
|
|
:license "GPLv3"
|
|
:version "0.0.1"
|
|
:serial t
|
|
:depends-on (#:stumpwm)
|
|
:components ((:file "package")
|
|
(:file "swm-frame-mode-line")))
|