From 6e21640e5828029e50500fa556afdbb331e49cf1 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 19 May 2026 15:01:21 -0700 Subject: [PATCH] hyprland: drop unused layout workspace lookup --- dotfiles/config/hypr/hyprland/layouts.lua | 1 - 1 file changed, 1 deletion(-) 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) } })