9 lines
163 B
Plaintext
Raw Normal View History

2023-04-12 20:32:07 +02:00
(defwindow calendar
:monitor 0
:geometry (geometry
:x "0%"
:y "0%"
2023-11-21 16:52:35 +01:00
:anchor "bottom right"
2023-04-12 20:32:07 +02:00
:width "0px"
:height "0px")
2023-11-23 20:46:43 +01:00
(window (calendar)))