diff --git a/system/hosts/vega/drew.nix b/system/hosts/vega/drew.nix index 47876a6..f879325 100644 --- a/system/hosts/vega/drew.nix +++ b/system/hosts/vega/drew.nix @@ -25,8 +25,8 @@ wayland.windowManager.hyprland.settings = { # Set up eww here because it's based on the monitor configuration # Eww is idempotent, so it's fine to just run it on every reload to make sure things are open - exec = [ - "eww daemon && eww open-many vertical-statusbar" + exec-once = [ + "eww open-many vertical-statusbar" ]; # Set up workspaces for this system # See https://wiki.hyprland.org/Configuring/Workspace-Rules/ for workspace rules