diff --git a/dotfiles/config/hypr/hyprland/layouts.lua b/dotfiles/config/hypr/hyprland/layouts.lua index 2d374fdb..bfffa6ee 100644 --- a/dotfiles/config/hypr/hyprland/layouts.lua +++ b/dotfiles/config/hypr/hyprland/layouts.lua @@ -138,7 +138,6 @@ function M.setup(ctx) end local function set_layout(layout) - local workspace = active_workspace() workspace_layouts[workspace_key()] = layout current_layout = layout hl.config({ general = { layout = hyprland_layout(layout) } })