From 7c9e54539a2e450f26400c58cc514cdc69867404 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Mon, 17 Aug 2020 16:03:07 +0200 Subject: [PATCH] Enable kitty remote control by default --- kitty.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kitty.conf b/kitty.conf index 183d625..93dd23b 100644 --- a/kitty.conf +++ b/kitty.conf @@ -9,3 +9,5 @@ background_opacity 1.0 window_margin_width 0 window_padding_width 0 + +allow_remote_control yes