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