New backup 2025-04-22 23:45:01

This commit is contained in:
Penelope Gwen 2025-04-22 23:45:01 -07:00
parent 6145bfc2f4
commit bcd66a9e85

View file

@ -14,13 +14,12 @@
(include "modules/home.yuck") (include "modules/home.yuck")
(defwindow home (defwindow home
:windowtype "dock" :windowtype "normal"
:exclusive true :exclusive true
:geometry (geometry :x "10px" :geometry (geometry :x "10px"
:y "10px" :y "10px"
:width "300px" :width "300px"
:height "200px" :height "200px"
:anchor "top left") :anchor "center left")
:reserve (struts :side "top" :distance "40%") :stacking "bg"
; :stacking "overlay"
(home)) (home))