diff --git a/default/hypr/apps/terminals.lua b/default/hypr/apps/terminals.lua index 0a46d3dc..67c8dd18 100644 --- a/default/hypr/apps/terminals.lua +++ b/default/hypr/apps/terminals.lua @@ -1,7 +1,8 @@ -- Define terminal tag so themes and bindings can single terminals out. Omarchy -- launches TUIs and its own terminal windows under dedicated app-ids -- (org.omarchy.btop, org.omarchy.terminal, TUI.float, ...), so match those too. +-- The class is matched in full, so foot's other app-id needs spelling out. o.window( - "(Alacritty|kitty|com.mitchellh.ghostty|foot|wezterm|org\\.omarchy\\..*|TUI\\..*)", + "(Alacritty|kitty|com.mitchellh.ghostty|foot|org\\.codeberg\\.dnkl\\.foot|wezterm|org\\.omarchy\\..*|TUI\\..*)", { tag = "+terminal" } )