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

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

View file

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