14 lines
212 B
Text
14 lines
212 B
Text
(defwindow main
|
|
:monitor 0
|
|
:geometry (geometry
|
|
:x "0%"
|
|
:y "0%"
|
|
:width "50%"
|
|
:height "50%"
|
|
:anchor "center")
|
|
:stacking "fg"
|
|
:exclusive false
|
|
:focusable false
|
|
|
|
(box {workspace})
|
|
)
|