From da95aec593f749f9aa70bf752985b544fdc5751c Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Mon, 9 Aug 2021 13:08:31 +0200 Subject: Added kitty in term list for pdf workspace --- i3/.config/i3/workspaces/50:pdf_edit.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/i3/.config/i3/workspaces/50:pdf_edit.json b/i3/.config/i3/workspaces/50:pdf_edit.json index 0ec87b2..e975aff 100644 --- a/i3/.config/i3/workspaces/50:pdf_edit.json +++ b/i3/.config/i3/workspaces/50:pdf_edit.json @@ -45,6 +45,12 @@ "instance": "rxvt$", // Prevent vim to be here "title": "^((?!vim).)*$" + }, + { + "class": "^kitty$", + "instance": "kitty$", + // Prevent vim to be here + "title": "^((?!vim).)*$" } ], "type": "con" -- cgit v1.2.3