From 019a73f4b9aa3909923ac48665d4be7af37fb0f4 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Sun, 20 Feb 2022 08:53:31 +0100 Subject: [PATCH] rc i3: highlight sway's focused_tab_title option Not sure if this should support sway-specific extensions but it doesn't hurt. --- rc/filetype/i3.kak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/filetype/i3.kak b/rc/filetype/i3.kak index 6b37eb96..73c3ed5f 100644 --- a/rc/filetype/i3.kak +++ b/rc/filetype/i3.kak @@ -63,7 +63,7 @@ add-highlighter shared/i3/single_string/ regex "#[0-9a-fA-F]{6}" 0:value # attributes add-highlighter shared/i3/code/ regex "client\.(background|statusline|background|separator|statusline)" 1:attribute -add-highlighter shared/i3/code/ regex "client\.(focused_inactive|focused|unfocused|urgent|inactive_workspace|urgent_workspace|focused_workspace|active_workspace|placeholder)" 1:attribute +add-highlighter shared/i3/code/ regex "client\.(focused_inactive|focused_tab_title|focused|unfocused|urgent|inactive_workspace|urgent_workspace|focused_workspace|active_workspace|placeholder)" 1:attribute # Commands # ‾‾‾‾‾‾‾‾