diff --git a/de/home/.config/eww/eww.yuck b/de/home/.config/eww/eww.yuck index 18747fe..cf67e46 100644 --- a/de/home/.config/eww/eww.yuck +++ b/de/home/.config/eww/eww.yuck @@ -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))