nix-config/modules/wm/hyprland/config/eww/eww.yuck

14 lines
212 B
Text

(defwindow main
:monitor 0
:geometry (geometry
:x "0%"
:y "0%"
:width "50%"
:height "50%"
:anchor "center")
:stacking "fg"
:exclusive false
:focusable false
(box {workspace})
)