summary refs log tree commit diff stats
path: root/acdwm.egg
diff options
context:
space:
mode:
authorCase Duckworth2024-01-02 22:07:15 -0600
committerCase Duckworth2024-01-02 22:07:15 -0600
commitb9d785aa9c681f0a6c804eec9bc356aaca78f3ee (patch)
treea42279dda8b02fc259685df455f8850539e73a8e /acdwm.egg
downloadacdwm-b9d785aa9c681f0a6c804eec9bc356aaca78f3ee.tar.gz
acdwm-b9d785aa9c681f0a6c804eec9bc356aaca78f3ee.zip
initial commit v0.0
Diffstat (limited to 'acdwm.egg')
-rw-r--r--acdwm.egg9
1 files changed, 9 insertions, 0 deletions
diff --git a/acdwm.egg b/acdwm.egg new file mode 100644 index 0000000..a0fb9ce --- /dev/null +++ b/acdwm.egg
@@ -0,0 +1,9 @@
1;; -*- scheme -*-
2
3((synopsis "acdw indow manager")
4 (author "Case Duckworth")
5 (license "God Willing")
6 (version 0.0.0)
7 (dependencies matchable xlib srfi-1)
8 (components
9 (program acdwm)))