From 54b116c55bdd710c20c47099f6092772e84b5b17 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Mon, 11 Apr 2022 09:16:53 -0400 Subject: [PATCH] kitty: Enable remote control with listen support This enables us to automatically change kitty colors when changing pywal color schemes, which means that kitty window management, such as its tab feature, will honor the new colors of pywal automatically, without having to restart kitty. --- kitty/.config/kitty/kitty.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kitty/.config/kitty/kitty.conf b/kitty/.config/kitty/kitty.conf index 8df782e4..623c3df0 100644 --- a/kitty/.config/kitty/kitty.conf +++ b/kitty/.config/kitty/kitty.conf @@ -45,7 +45,10 @@ background_opacity 0.9 # dynamic_background_opacity yes # Allow remote control so the above command can be executed -# allow_remote_control yes +allow_remote_control yes + +# Listen for remote control commands outside of kitty (required for scripts) +listen_on unix:/tmp/kitty # Use a consistent window size for floating windows # remember_window_size no