From c89d3b550b8895cb11952861073bed46146c4a20 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Fri, 30 May 2025 01:34:41 +0200 Subject: [PATCH] i3: Add note about minimal kitty version --- .config/i3/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/i3/config b/.config/i3/config index 042eaad..2c963a9 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -38,6 +38,8 @@ set $TERM_CMD_FLAG # For this to work best, launch one hidden "daemon" instance at startup so that # the kitty process is always running, even when no OS windows exists. # +# NOTE: `--start-as hidden` needs kitty 0.42.0 or later. +# # Additionally allow remote_control over a socket, so that kitty-cwd works. # # [^1]: kitty(1)