From f0eee502f6e5d61ecfffc32a1afe849edaa6d786 Mon Sep 17 00:00:00 2001 From: retrozinndev Date: Tue, 10 Dec 2024 15:37:49 -0300 Subject: [PATCH] :boom: fix(kitty): move inline comment to top of variable --- kitty/kitty.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kitty/kitty.conf b/kitty/kitty.conf index 8d8ac0a..18fcffd 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -7,4 +7,5 @@ cursor_trail 6 # General confirm_os_window_close 0 -allow_remote_control true # Dinamically update colorscheme with pywal16 +# Dinamically update colorscheme with pywal16 +allow_remote_control true