From b234cbec5646c34bbdc7b08cc9fc23398ab756a8 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 4 Feb 2026 00:18:45 -0800 Subject: [PATCH] hyprland: configure hyprexpo overview --- dotfiles/config/hypr/hyprland.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dotfiles/config/hypr/hyprland.conf b/dotfiles/config/hypr/hyprland.conf index de7fdcdd..33a94ffa 100644 --- a/dotfiles/config/hypr/hyprland.conf +++ b/dotfiles/config/hypr/hyprland.conf @@ -167,6 +167,14 @@ plugin { } } + hyprexpo { + # Always include workspace 1 in the overview grid + workspace_method = first 1 + # Only show workspaces with windows + skip_empty = true + # 3 columns -> 3x3 grid when 9 workspaces are visible + columns = 3 + } } # =============================================================================