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")
(defwindow home
:windowtype "dock"
:windowtype "normal"
:exclusive true
:geometry (geometry :x "10px"
:y "10px"
:width "300px"
:height "200px"
:anchor "top left")
:reserve (struts :side "top" :distance "40%")
; :stacking "overlay"
:anchor "center left")
:stacking "bg"
(home))