diff --git a/settings/hyprland.nix b/settings/hyprland.nix index 9a414c1..977eb4e 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -382,7 +382,7 @@ in name = "spotify-inset", match = { class = "^[Ss]potify$" }, float = true, - size = "80% 80%", + size = "monitor_w*0.8 monitor_h*0.8", center = true, }) @@ -397,7 +397,7 @@ in name = "scratchpad-inset", match = { class = "^dev.fred.scratchpad$" }, float = true, - size = "80% 80%", + size = "monitor_w*0.8 monitor_h*0.8", center = true, })